Commit 113304b2 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: try this role layout

parent b196851d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,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 requirements.yml"
      become: false
      delegate_to: "localhost"
      changed_when: false