mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-27 09:28:03 -02:30
Replace injected Ansible fact variables in container-engine role (#13296)
This commit is contained in:
@@ -31,7 +31,7 @@ crio_registry_auth: []
|
||||
|
||||
crio_seccomp_profile: ""
|
||||
crio_selinux: "{{ (preinstall_selinux_state == 'enforcing') | lower }}"
|
||||
crio_signature_policy: "{% if ansible_os_family == 'ClearLinux' %}/usr/share/defaults/crio/policy.json{% endif %}"
|
||||
crio_signature_policy: "{% if ansible_facts['os_family'] == 'ClearLinux' %}/usr/share/defaults/crio/policy.json{% endif %}"
|
||||
# Set the pull progress timeout
|
||||
crio_pull_progress_timeout: "10s"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user