feat: try delegation for galaxy update

This commit is contained in:
Simon Cornet 2025-10-03 15:45:33 +02:00
commit 5f37c710aa

View file

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