Browse Source

do not disable SELinux surreptitiously (#10920)

pull/10943/head
R. P. Taylor 1 year ago
committed by GitHub
parent
commit
9442f28c60
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/kubernetes/preinstall/tasks/0080-system-configurations.yml

1
roles/kubernetes/preinstall/tasks/0080-system-configurations.yml

@ -19,7 +19,6 @@
- ansible_os_family == "RedHat"
- "'Amazon' not in ansible_distribution"
- slc.stat.exists
changed_when: False
tags:
- bootstrap-os

Loading…
Cancel
Save