Skip to content

Commit 8ee47bc

Browse files
committed
import
1 parent 4bac3e6 commit 8ee47bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# handlers file for ansible-role-nginx-app-protect
33
- name: "(Handler: All OSs) Enable SELinux"
4-
include_tasks: "{{ role_path }}/tasks/configure-selinux.yml"
4+
import_tasks: configure-selinux.yml
55

66
- name: "(Handler: All OSs) Check NGINX"
77
command: "nginx -t"

0 commit comments

Comments
 (0)