Commit 8ccbef6d authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: force-update requirements task

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