Loading playbook.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
playbook.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading