do not escalate privileges on install prereqs

This commit is contained in:
Bertrand Lanson 2023-05-28 13:44:14 +02:00
parent 3f08409a6a
commit ad7728127b

View File

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