mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-08 00:16:16 -02:30
Replace injected Ansible fact variables in node and control-plane roles (#13240)
This commit is contained in:
@@ -5,6 +5,6 @@ dependencies:
|
||||
user: "{{ addusers.etcd }}"
|
||||
when:
|
||||
- etcd_deployment_type == "kubeadm"
|
||||
- not (ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk", "ClearLinux"] or is_fedora_coreos)
|
||||
- not (ansible_facts['os_family'] in ["Flatcar", "Flatcar Container Linux by Kinvolk", "ClearLinux"] or is_fedora_coreos)
|
||||
- role: network_plugin/calico_defaults
|
||||
- role: etcd_defaults
|
||||
|
||||
Reference in New Issue
Block a user