Skip to content

Commit 9e8980c

Browse files
Make linter happy
1 parent d1136a0 commit 9e8980c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
requirements_path: "{{ kayobe_config_path }}/../../requirements.txt"
88
tasks:
99
- name: Check version
10+
when: stackhpc_enable_kayobe_check
1011
block:
1112
- name: Get package info
1213
community.general.pip_package_info:
@@ -57,4 +58,3 @@
5758
by running: pip install --force-reinstall -r {{ requirements_path }}
5859
success_msg: |
5960
Kayobe running at version: {{ kayobe_current_version.stdout }}
60-
when: stackhpc_enable_kayobe_check

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
gather_facts: false
66
tasks:
77
- name: Check version
8+
when: stackhpc_enable_kolla_check
89
block:
910
- name: Get current Kolla-Ansible tag
1011
ansible.builtin.command:
@@ -24,4 +25,3 @@
2425
Upgrade Kolla-Ansible by running: kayobe control host upgrade
2526
success_msg: |
2627
Kolla-Ansible running at version: {{ kolla_ansible_current_version.stdout }}
27-
when: stackhpc_enable_kolla_check

0 commit comments

Comments
 (0)