ensure docker.service.d exists
This commit is contained in:
parent
c7bcbba17c
commit
246d4aa105
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
- restart docker
|
||||
when: ansible_os_family != "CoreOS"
|
||||
|
||||
- name: Flannel | Create docker service path for CoreOS
|
||||
file: path=/etc/systemd/system/docker.service.d state=directory
|
||||
when: ansible_os_family == "CoreOS"
|
||||
|
||||
- name: Flannel | Create docker dropin for CoreOS
|
||||
template:
|
||||
src: docker-systemd
|
||||
|
|
Loading…
Reference in a new issue