From 052c6d1ad7bb5496bc86ab7ecb0cd43a9112fb38 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Feb 2026 14:55:52 +0100 Subject: [PATCH] fix: load the correct requirements file --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 02f9af9..9778b5a 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -10,7 +10,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 roles/requirements.yaml" become: false delegate_to: "localhost" changed_when: false