Commit 5f37c710 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: try delegation for galaxy update

parent af105448
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
    - name: "force-update requirements"
      ansible.builtin.command:
        cmd: "ansible-galaxy install -f -r roles/requirements.yml"
      delegate: "localhost"

  roles:
    - role: "docker"