From 5f37c710aaadc6862f44870091cafa3f1b59836c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 3 Oct 2025 15:45:33 +0200 Subject: [PATCH] feat: try delegation for galaxy update --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index f99a6ee..61b6675 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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"