Skip to content

Commit 87e3ff2

Browse files
Al-thialessfg
andauthored
fix: Run Ansible versions validation tasks on check mode (#841)
Signed-off-by: Alexis Thietard <[email protected]> Co-authored-by: Alessandro Fael Garcia <[email protected]>
1 parent 52a6fbe commit 87e3ff2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.25.1
4+
5+
BUG FIXES:
6+
7+
- Ansible and Jinja software versions validation tasks in ansible check mode.
8+
39
## 0.25.0 (Nov 28, 2024)
410

511
BREAKING CHANGES:

tasks/validate/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
changed_when: false
1616
delegate_to: localhost
1717
become: false
18+
check_mode: false
1819

1920
- name: Verify that you are using a supported Jinja2 version on your Ansible host
2021
ansible.builtin.assert:
@@ -30,6 +31,7 @@
3031
changed_when: false
3132
delegate_to: localhost
3233
become: false
34+
check_mode: false
3335

3436
- name: Verify that the 'community.general' Ansible collection is installed on your Ansible host
3537
ansible.builtin.assert:

0 commit comments

Comments
 (0)