We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ff0ef commit c2fa37bCopy full SHA for c2fa37b
roles/jdauphant.nginx/handlers/main.yml
@@ -18,7 +18,7 @@
18
command: "{{ nginx_binary_name }} -t"
19
register: result
20
changed_when: "result.rc != 0"
21
- check_mode: no
+# check_mode: no
22
when: nginx_installation_type in nginx_installation_types_using_service
23
24
- name: restart nginx - after config check
0 commit comments