Skip to content

Commit a098851

Browse files
committed
debug
1 parent fb4bb0b commit a098851

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tasks/configure-selinux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
name: policycoreutils-python, setools
55
state: present
66

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
7+
- name: "(Install: SELinux) Check for SELinux enabled"
8+
debug:
9+
msg: "You need to enable selinux, if it was disabled you need to reboot"
10+
when: ansible_selinux is undefined
1011

1112
- name: "(Install: SELinux) Permissive SELinux"
1213
selinux:

0 commit comments

Comments
 (0)