Skip to content

Commit fb4bb0b

Browse files
committed
comment conditional
1 parent 39a75a5 commit fb4bb0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/configure-selinux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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+
# msg: "You need to enable selinux, if it was disabled you need to reboot"
9+
# when: ansible_selinux is undefined
1010

1111
- name: "(Install: SELinux) Permissive SELinux"
1212
selinux:

0 commit comments

Comments
 (0)