diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef50b..60104e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/tasks/validate/validate.yml b/tasks/validate/validate.yml index b9694f0..e1c4337 100644 --- a/tasks/validate/validate.yml +++ b/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 ansible.builtin.assert: