From 8ccbef6d7d9c2d2544614c76382cd569d73dd081 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 1 Nov 2025 12:29:08 +0100 Subject: [PATCH] fix: force-update requirements task --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 62552fa..e545cbe 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -8,7 +8,7 @@ # due to semaphore bug we need to do this ourselves - name: "force-update requirements" ansible.builtin.command: - cmd: "ansible-galaxy install -f -r requirements.yml" + cmd: "ansible-galaxy install -f -r roles/requirements.yml" become: false delegate_to: "localhost" changed_when: false