10 lines
332 B
YAML
10 lines
332 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- 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 }}"
|