We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a75a5 commit fb4bb0bCopy full SHA for fb4bb0b
tasks/configure-selinux.yml
@@ -4,9 +4,9 @@
4
name: policycoreutils-python, setools
5
state: present
6
7
-- name: "(Install: SELinux) Check for SELinux enabled"
8
- msg: "You need to enable selinux, if it was disabled you need to reboot"
9
- when: ansible_selinux is undefined
+# - name: "(Install: SELinux) Check for SELinux enabled"
+# msg: "You need to enable selinux, if it was disabled you need to reboot"
+# when: ansible_selinux is undefined
10
11
- name: "(Install: SELinux) Permissive SELinux"
12
selinux:
0 commit comments