Files
ansible_role_package/tasks/config/packer.yml
2025-03-10 14:53:36 -06:00

8 lines
293 B
YAML

- name: Set packer config
ansible.builtin.set_fact:
packer:
pkgs: "{{ pkgconfig.packer.pkgs[ansible_system] }}"
archive:
file: "packer_{{ pkgconfig.packer.version }}_linux_amd64.zip"
url: "{{ pkgconfig.packer.baseurl }}/packer/{{ pkgconfig.packer.version }}"