Skip to content

Commit 9bcb0e4

Browse files
committed
enable selinux
1 parent d8d7179 commit 9bcb0e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/prerequisites/setup-centos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
state: present
66

77
- name: "(Install: CentOS) Setup SELinux"
8-
command: /bin/true
8+
command: echo "Enabling selinux..."
99
notify: "(Handler: All OSs) Enable SELinux"
1010
when: app_protect_selinux
11+
changed_when: false

0 commit comments

Comments
 (0)