do not escalate privileges on install prereqs

This commit is contained in:
Bertrand Lanson 2023-05-28 13:44:40 +02:00
parent 2cd9db4f73
commit 595d21cc69

View File

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