Fix syntax error.
This commit is contained in:
parent
68ac7a0a6d
commit
e3f3d5d3b7
2
nuke.yml
2
nuke.yml
@ -6,7 +6,7 @@
|
|||||||
name: Dummy to gather facts
|
name: Dummy to gather facts
|
||||||
tasks:
|
tasks:
|
||||||
- name: Stop docker service
|
- name: Stop docker service
|
||||||
- shell: "systemctl stop docker"
|
shell: "systemctl stop docker"
|
||||||
- name: Verify docker is stopped.
|
- name: Verify docker is stopped.
|
||||||
systemd:
|
systemd:
|
||||||
name: docker
|
name: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user