do not escalate privileges on install prereqs

This commit is contained in:
Bertrand Lanson 2023-05-28 13:43:45 +02:00
parent 9e5b33d4fb
commit ffda5f8dd2

View File

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