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