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