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 a9b8224 commit aeba2efCopy full SHA for aeba2ef
etc/kayobe/ansible/check-kayobe-version.yml
@@ -8,6 +8,7 @@
8
tasks:
9
- name: Check version
10
when: stackhpc_enable_kayobe_check
11
+ check_mode: false
12
block:
13
- name: Get package info
14
community.general.pip_package_info:
etc/kayobe/ansible/check-kolla-ansible-version.yml
@@ -6,6 +6,7 @@
6
7
when: stackhpc_enable_kolla_ansible_check
- name: Get current Kolla-Ansible tag
ansible.builtin.command:
0 commit comments