mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-23 23:57:57 -02:30
Replace injected Ansible fact variables in container-engine role (#13296)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
register: docker_service_file
|
||||
notify: Restart docker
|
||||
when:
|
||||
- not ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
|
||||
- not ansible_facts['os_family'] in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
|
||||
- not is_fedora_coreos
|
||||
|
||||
- name: Write docker options systemd drop-in
|
||||
|
||||
Reference in New Issue
Block a user