File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
hooks/overcloud-service-upgrade/pre.d Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 1+ ../../../ansible/check-kolla-version.yml
You can’t perform that action at this time.
0 commit comments