File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BUG FIXES:
12
12
- Fix the default path for the stream template deployment location.
13
13
- Fix incompatibility when using the ` listen ` directive and setting both the ` quic ` and ` so_keepalive ` parameters.
14
14
- Correct cleanup error when ` nginx_config_cleanup_paths ` is not defined.
15
- - Disable check_mode for validation task ` jinja2_version ` .
15
+ - Disable check_mode for ` jinja2_version ` and Ansible collections validation tasks .
16
16
- The default PID path has changed as of NGINX 1.27.5 and 1.28.0.
17
17
- NGINX ` set_real_ip_from ` directive template parameter should be a list.
18
18
Original file line number Diff line number Diff line change 32
32
ansible.builtin.command : ansible-galaxy collection list
33
33
register : collection_list
34
34
changed_when : false
35
+ check_mode : false
35
36
36
37
- name : Verify that the 'community.general' Ansible collection is installed on your Ansible host
37
38
ansible.builtin.assert :
You can’t perform that action at this time.
0 commit comments