mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-15 03:40:45 -03:30
Fix: ansible_facts.selinux.status added. (#12861)
This commit is contained in:
parent
82c4c0afdf
commit
52b68bccad
@ -88,6 +88,7 @@
|
||||
when:
|
||||
- ntp_timezone
|
||||
- ansible_os_family == "RedHat"
|
||||
- ansible_facts.selinux.status == 'enabled'
|
||||
- ansible_facts.selinux.mode == 'enforcing'
|
||||
|
||||
- name: Set ntp_timezone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user