fix: load the correct requirements file

This commit is contained in:
Simon Cornet 2026-02-16 14:55:52 +01:00
commit 052c6d1ad7

View file

@ -10,7 +10,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 roles/requirements.yml" cmd: "ansible-galaxy install -f -r roles/requirements.yaml"
become: false become: false
delegate_to: "localhost" delegate_to: "localhost"
changed_when: false changed_when: false