fixing formatting and dependencies
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
when: pkgconfig_hashicorp not defined
|
||||
|
||||
- name: append to syspkgs
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ pkgconfig_hashicorp.consul[ansible_system] ] }}"
|
||||
when: ansible_system == 'Linux'
|
||||
|
||||
- set_fact:
|
||||
- ansible.builtin.set_fact:
|
||||
tappkgs: "{{ tappkgs + [ pkgconfig_hashicorp.consul[ansible_system] ] }}"
|
||||
when: ansible_system == 'Darwin'
|
||||
|
||||
Reference in New Issue
Block a user