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

@@ -3,5 +3,15 @@
- name: Append to pkgs
notify:
- Depend hashicorp repo
ansible.builtin.set_fact:
pkg_taps: "{{ pkg_taps + [pkgconfig.terraform[ansible_system]] }}"
block:
- name: MacOSX specific
when:
- ansible_distribution == 'MacOSX'
ansible.builtin.set_fact:
pkg_tap: "{{ pkg_tap + terraform.pkgs }}"
- name: Linux specific
when:
- ansible_system == 'Linux'
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + terraform.pkgs }}"