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 b1f1c4c commit 16cb66dCopy full SHA for 16cb66d
tasks/main.yml
@@ -34,7 +34,7 @@
34
- name: "Install NGINX App Protect"
35
block:
36
37
- - include_tasks: "{{ role_path }}/tasks/prerequisites/install-prerequisites.yml"
+ - import_tasks: "prerequisites/install-prerequisites.yml"
38
tags: nginx_prerequisites
39
40
- import_tasks: keys/apt-key.yml
tasks/prerequisites/setup-centos.yml
@@ -5,7 +5,8 @@
5
state: present
6
7
- name: "(Install: CentOS) Setup SELinux"
8
- command: echo "Enabling selinux..."
+ debug:
9
+ msg: "Enabling selinux..."
10
notify: "(Handler: All OSs) Enable SELinux"
11
when: app_protect_selinux
12
changed_when: false
0 commit comments