Skip to content

Commit 63b6848

Browse files
s/latest/expected/g
1 parent ef48b1d commit 63b6848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
hosts: localhost
55
gather_facts: false
66
tasks:
7-
- name: Get installed Kolla-Ansible commit
7+
- name: Get current Kolla-Ansible tag
88
ansible.builtin.command:
99
cmd: git describe --tags
1010
chdir: "{{ lookup('ansible.builtin.env', 'KOLLA_SOURCE_PATH') }}"
1111
register: kolla_ansible_current_version
1212

13-
- name: Check installed Kolla-Ansible version is the latest
13+
- name: Check installed Kolla-Ansible version is the expected version
1414
ansible.builtin.assert:
1515
that: "stackhpc_kolla_ansible_source_version in kolla_ansible_current_version.stdout"
1616
fail_msg: |

0 commit comments

Comments
 (0)