Skip to content

Commit 16cb66d

Browse files
committed
handler
1 parent b1f1c4c commit 16cb66d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- name: "Install NGINX App Protect"
3535
block:
3636

37-
- include_tasks: "{{ role_path }}/tasks/prerequisites/install-prerequisites.yml"
37+
- import_tasks: "prerequisites/install-prerequisites.yml"
3838
tags: nginx_prerequisites
3939

4040
- import_tasks: keys/apt-key.yml

tasks/prerequisites/setup-centos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
state: present
66

77
- name: "(Install: CentOS) Setup SELinux"
8-
command: echo "Enabling selinux..."
8+
debug:
9+
msg: "Enabling selinux..."
910
notify: "(Handler: All OSs) Enable SELinux"
1011
when: app_protect_selinux
1112
changed_when: false

0 commit comments

Comments
 (0)