Skip to content

Commit bda0051

Browse files
committed
call direct
1 parent 8ee47bc commit bda0051

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
when: app_protect_state != "absent"
7474

7575
- name: "(Install: CentOS) Setup SELinux"
76-
debug:
77-
msg: "Enabling selinux..."
78-
notify: "(Handler: All OSs) Enable SELinux"
76+
include_tasks: "{{ role_path }}/tasks/configure-selinux.yml"
7977
when:
8078
- app_protect_selinux
8179
- ansible_os_family == "RedHat"

0 commit comments

Comments
 (0)