We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a098851 commit b1f1c4cCopy full SHA for b1f1c4c
handlers/main.yml
@@ -1,7 +1,7 @@
1
---
2
# handlers file for ansible-role-nginx-app-protect
3
- name: "(Handler: All OSs) Enable SELinux"
4
- include_tasks: configure-selinux.yml
+ include_tasks: "{{ role_path }}/tasks/configure-selinux.yml"
5
6
- name: "(Handler: All OSs) Check NGINX"
7
command: "nginx -t"
tasks/main.yml
@@ -34,7 +34,7 @@
34
- name: "Install NGINX App Protect"
35
block:
36
37
- - include_tasks: prerequisites/install-prerequisites.yml
+ - include_tasks: "{{ role_path }}/tasks/prerequisites/install-prerequisites.yml"
38
tags: nginx_prerequisites
39
40
- import_tasks: keys/apt-key.yml
0 commit comments