do not escalate privileges on install prereqs

This commit is contained in:
Bertrand Lanson 2023-05-28 13:46:54 +02:00
parent d0a7dfa3cc
commit 9ba09c3f32

View File

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