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 fb4bb0b commit a098851Copy full SHA for a098851
tasks/configure-selinux.yml
@@ -4,9 +4,10 @@
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"
+ debug:
+ msg: "You need to enable selinux, if it was disabled you need to reboot"
10
+ when: ansible_selinux is undefined
11
12
- name: "(Install: SELinux) Permissive SELinux"
13
selinux:
0 commit comments