Skip to content

Commit 91088a9

Browse files
committed
moved selinux first as a handler
1 parent 0f6aa3e commit 91088a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

handlers/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
# handlers file for ansible-role-nginx-app-protect
3+
- name: "(Handler: All OSs) Enable SELinux"
4+
include_tasks: configure-selinux.yml
5+
36
- name: "(Handler: All OSs) Run NGINX"
47
block:
58

@@ -23,6 +26,3 @@
2326
- name: "(Handler: All OSs) Check NGINX"
2427
command: "nginx -t"
2528
changed_when: false
26-
27-
- name: "(Handler: All OSs) Enable SELinux"
28-
include_tasks: configure-selinux.yml

0 commit comments

Comments
 (0)