adding Alpine specific installations

This commit is contained in:
Matthew Stobbs
2025-03-10 14:53:36 -06:00
parent aff4fddfb4
commit 51d97dd18f
32 changed files with 178 additions and 38 deletions

View File

@@ -2,3 +2,6 @@
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 }}"