From 6c9a6550226f781903e19db217e1417738eaed78 Mon Sep 17 00:00:00 2001 From: tugytur <33746108+tugytur@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:30:58 +0200 Subject: [PATCH 1/2] add check_mode to validation --- tasks/validate/validate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/validate/validate.yml b/tasks/validate/validate.yml index b9694f06..e1c4337d 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: From d96fa9ed37d23932e4a7ca286eabac6717602306 Mon Sep 17 00:00:00 2001 From: tugytur <33746108+tugytur@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:51:06 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef50b6..60104e41 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: