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 a965c14 commit 4789c79Copy full SHA for 4789c79
etc/kayobe/ansible/check-kayobe-version.yml
@@ -7,7 +7,7 @@
7
requirements_path: "{{ kayobe_config_path }}/../../requirements.txt"
8
tasks:
9
- name: Check version
10
- when: stackhpc_enable_kayobe_check
+ when: stackhpc_enable_kayobe_check | bool
11
check_mode: false
12
block:
13
- name: Get package info
etc/kayobe/ansible/check-kolla-ansible-version.yml
@@ -5,7 +5,7 @@
5
gather_facts: false
6
- when: stackhpc_enable_kolla_ansible_check
+ when: stackhpc_enable_kolla_ansible_check | bool
- name: Get current Kolla-Ansible tag
0 commit comments