Commit 6dd20bb3 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: delegate directive

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

  roles:
    - role: "docker"