Skip to content

Commit c2fa37b

Browse files
committed
remove handle check_mode for ansible 2.1 compatiblilty
1 parent e2ff0ef commit c2fa37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/jdauphant.nginx/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
command: "{{ nginx_binary_name }} -t"
1919
register: result
2020
changed_when: "result.rc != 0"
21-
check_mode: no
21+
# check_mode: no
2222
when: nginx_installation_type in nginx_installation_types_using_service
2323

2424
- name: restart nginx - after config check

0 commit comments

Comments
 (0)