create systemd drop-in path if not existent
This commit is contained in:
parent
29358c08c6
commit
3575f890fc
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,13 @@
|
|||
- Flannel | restart docker
|
||||
when: ansible_service_mgr in ["sysvinit","upstart"]
|
||||
|
||||
- name: Flannel | Ensure path for docker network systemd drop-in
|
||||
file:
|
||||
path: "/etc/systemd/system/docker.service.d"
|
||||
state: directory
|
||||
owner: root
|
||||
when: ansible_service_mgr == "systemd"
|
||||
|
||||
- name: Flannel | Create docker network systemd drop-in
|
||||
template:
|
||||
src: flannel-options.conf.j2
|
||||
|
|
Loading…
Reference in a new issue