do not escalate privileges on install prereqs
This commit is contained in:
parent
11702792f3
commit
1a1b3a82ac
@ -5,6 +5,7 @@
|
|||||||
cmd: "ansible-galaxy install {{ item }}"
|
cmd: "ansible-galaxy install {{ item }}"
|
||||||
loop: "{{ import_vault_root_ca_prerequisites_roles }}"
|
loop: "{{ import_vault_root_ca_prerequisites_roles }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
become: false
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user