We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a6fbe commit 87e3ff2Copy full SHA for 87e3ff2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.25.1
4
+
5
+BUG FIXES:
6
7
+- Ansible and Jinja software versions validation tasks in ansible check mode.
8
9
## 0.25.0 (Nov 28, 2024)
10
11
BREAKING CHANGES:
tasks/validate/validate.yml
@@ -15,6 +15,7 @@
15
changed_when: false
16
delegate_to: localhost
17
become: false
18
+ check_mode: false
19
20
- name: Verify that you are using a supported Jinja2 version on your Ansible host
21
ansible.builtin.assert:
@@ -30,6 +31,7 @@
30
31
32
33
34
35
36
- name: Verify that the 'community.general' Ansible collection is installed on your Ansible host
37
0 commit comments