Skip to content

Commit 39a75a5

Browse files
committed
changed conditional
1 parent 557e857 commit 39a75a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/configure-selinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- name: "(Install: SELinux) Check for SELinux enabled"
88
msg: "You need to enable selinux, if it was disabled you need to reboot"
9-
when: ansible_selinux is not defined
9+
when: ansible_selinux is undefined
1010

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

0 commit comments

Comments
 (0)