Commit 052c6d1a authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: load the correct requirements file

parent 76619d62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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