fix alpine packages

- update terraform package version
This commit is contained in:
Matthew Stobbs
2025-03-20 22:41:16 -06:00
parent 40e9e97cce
commit ed3cc1d560
9 changed files with 52 additions and 17 deletions

View File

@@ -23,12 +23,6 @@
- pkg_flatpak|length > 0
become: "{{ ext_become }}"
block:
- name: Debug flatpak
loop: "{{ pkg_flatpak | unique }}"
loop_control:
loop_var: flatpak
ansible.builtin.debug:
var: flatpak
- name: Install flatpak
loop: "{{ pkg_flatpak | unique }}"
loop_control: