Browse Source
Fixed Kubespray container-engine/docker role to populate docker.service (#6518)
pull/6550/head
Bernard Landon
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/container-engine/docker/tasks/systemd.yml
|
|
@ -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: |
|
|
|