Skip to content
Snippets Groups Projects
Unverified Commit b0210567 authored by Bernard Landon's avatar Bernard Landon Committed by GitHub
Browse files

Fixed Kubespray container-engine/docker role to populate docker.service (#6518)

parent 33ec1329
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
dest: /etc/systemd/system/docker.service
register: docker_service_file
notify: restart docker
when: not (ansible_os_family in ["CoreOS", "Coreos", "Container Linux by CoreOS", "Flatcar", "Flatcar Container Linux by Kinvolk"] or is_ostree)
when: not ansible_os_family in ["CoreOS", "Coreos", "Container Linux by CoreOS", "Flatcar", "Flatcar Container Linux by Kinvolk"]
- name: Write docker options systemd drop-in
template:
......
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