Merge branch 'docker-mtu' of https://github.com/oneswig/kayobe into docker-mtu

This commit is contained in:
stack 2017-03-22 11:57:15 +00:00
commit 3b54bf2bd6

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