fix: force-update requirements task

This commit is contained in:
Simon Cornet 2025-11-01 12:29:08 +01:00
commit 8ccbef6d7d

View file

@ -8,7 +8,7 @@
# due to semaphore bug we need to do this ourselves # due to semaphore bug we need to do this ourselves
- name: "force-update requirements" - name: "force-update requirements"
ansible.builtin.command: ansible.builtin.command:
cmd: "ansible-galaxy install -f -r requirements.yml" cmd: "ansible-galaxy install -f -r roles/requirements.yml"
become: false become: false
delegate_to: "localhost" delegate_to: "localhost"
changed_when: false changed_when: false