do not escalate privileges on install prereqs

This commit is contained in:
Bertrand Lanson 2023-05-28 13:43:18 +02:00
parent 11702792f3
commit 1a1b3a82ac

View File

@ -5,6 +5,7 @@
cmd: "ansible-galaxy install {{ item }}"
loop: "{{ import_vault_root_ca_prerequisites_roles }}"
changed_when: false
become: false
delegate_to: localhost
run_once: true