fix packages
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user