Skip to content

Commit

Permalink
fix: Avoid check mode failure when validating Jinja2 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugytur authored Oct 4, 2024
1 parent eee3b86 commit 34ab70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BUG FIXES:
- Fix the default path for the stream template deployment location.
- Fix incompatibility when using the `listen` directive and setting both the `quic` and `so_keepalive` parameters.
- Correct cleanup error when `nginx_config_cleanup_paths` is not defined.
- Disable check_mode for validation task `jinja2_version`.

TESTS:

Expand Down
1 change: 1 addition & 0 deletions tasks/validate/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
ansible.builtin.assert:
Expand Down

0 comments on commit 34ab70a

Please sign in to comment.