From 113304b287414f287b51dd58c3b3417fc6990664 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 1 Nov 2025 12:14:17 +0100 Subject: [PATCH] feat: try this role layout --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 19f5e04..ca5e512 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -9,7 +9,7 @@ # due to semaphore bug we need to do this ourselves - name: "force-update requirements" ansible.builtin.command: - cmd: "ansible-galaxy install -f -r roles/requirements.yml" + cmd: "ansible-galaxy install -f -r requirements.yml" become: false delegate_to: "localhost" changed_when: false