Update main.yml

This commit is contained in:
Stig Telfer 2017-03-22 09:52:20 +00:00 committed by GitHub
parent cf5db1d59c
commit 01c3a83d38

View File

@ -6,7 +6,7 @@
append: yes
become: True
- name: Check Docker state with systemd
- name: Ensure Docker daemon is started
service:
name: docker
state: started