We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee3b86 commit 34ab70aCopy full SHA for 34ab70a
CHANGELOG.md
@@ -12,6 +12,7 @@ BUG FIXES:
12
- Fix the default path for the stream template deployment location.
13
- Fix incompatibility when using the `listen` directive and setting both the `quic` and `so_keepalive` parameters.
14
- Correct cleanup error when `nginx_config_cleanup_paths` is not defined.
15
+- Disable check_mode for validation task `jinja2_version`.
16
17
TESTS:
18
tasks/validate/validate.yml
@@ -13,6 +13,7 @@
changed_when: false
delegate_to: localhost
become: false
+ check_mode: false
- name: Verify that you are using a supported Jinja2 version on your Ansible host
19
ansible.builtin.assert:
0 commit comments