Skip to content

Commit c7b0d68

Browse files
committed
missing quotes
1 parent ae87c4d commit c7b0d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
- supported_os
7373
- app_protect_configure
7474

75-
when: app_protect_state != absent
75+
when: app_protect_state != "absent"
7676

7777
- name: "Remove NGINX App Protect"
7878
block:
7979

8080
- name: "Remove NGINX App Protect"
8181
import_tasks: install-app-protect.yml
8282

83-
when: app_protect_state == absent
83+
when: app_protect_state == "absent"

0 commit comments

Comments
 (0)