fix packages

This commit is contained in:
Matthew Stobbs
2025-02-22 14:59:18 -07:00
parent 2d825d855d
commit d1e8957f94
47 changed files with 166 additions and 129 deletions

View File

@@ -8,10 +8,10 @@
when:
- ansible_system == 'Darwin'
ansible.builtin.set_fact:
pkg_taps: "{{ pkg_taps + [pkgconfig.terraformls[ansible_system]] }}"
pkg_tap: "{{ pkg_tap + terraformls.pkgs }}"
- name: Linux specific
when:
- ansible_system == 'Linux'
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['terraformls'] }}"
pkg_sys: "{{ pkg_sys + terraformls.pkgs }}"