Fix syntax error.

This commit is contained in:
Egon Rijpkema 2018-02-16 11:45:53 +01:00
parent 68ac7a0a6d
commit e3f3d5d3b7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
name: Dummy to gather facts
tasks:
- name: Stop docker service
- shell: "systemctl stop docker"
shell: "systemctl stop docker"
- name: Verify docker is stopped.
systemd:
name: docker