Skip to content
Snippets Groups Projects
Commit a746d631 authored by Spencer Smith's avatar Spencer Smith
Browse files

ensure docker.service.d exists

parent 0fc5e70c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment