Skip to content

Commit 34ab70a

Browse files
authored
fix: Avoid check mode failure when validating Jinja2 (#485)
1 parent eee3b86 commit 34ab70a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BUG FIXES:
1212
- Fix the default path for the stream template deployment location.
1313
- Fix incompatibility when using the `listen` directive and setting both the `quic` and `so_keepalive` parameters.
1414
- Correct cleanup error when `nginx_config_cleanup_paths` is not defined.
15+
- Disable check_mode for validation task `jinja2_version`.
1516

1617
TESTS:
1718

tasks/validate/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
changed_when: false
1414
delegate_to: localhost
1515
become: false
16+
check_mode: false
1617

1718
- name: Verify that you are using a supported Jinja2 version on your Ansible host
1819
ansible.builtin.assert:

0 commit comments

Comments
 (0)