Skip to content

Commit 4aeeb0e

Browse files
authored
Merge pull request #1667 from stackhpc/disable-check-mode-version-check
Set check_mode to false for Kayobe/Kolla-Ansible version checks
2 parents a9b8224 + aeba2ef commit 4aeeb0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

etc/kayobe/ansible/check-kayobe-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
tasks:
99
- name: Check version
1010
when: stackhpc_enable_kayobe_check
11+
check_mode: false
1112
block:
1213
- name: Get package info
1314
community.general.pip_package_info:

etc/kayobe/ansible/check-kolla-ansible-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
tasks:
77
- name: Check version
88
when: stackhpc_enable_kolla_ansible_check
9+
check_mode: false
910
block:
1011
- name: Get current Kolla-Ansible tag
1112
ansible.builtin.command:

0 commit comments

Comments
 (0)