feat: dont need to become root

This commit is contained in:
Simon Cornet 2025-10-03 15:47:13 +02:00
commit 6d1c780a85

View file

@ -10,6 +10,7 @@
- name: "force-update requirements"
ansible.builtin.command:
cmd: "ansible-galaxy install -f -r roles/requirements.yml"
become: false
delegate_to: "localhost"
roles: