File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 6767 tags :
6868 - setup
6969
70- - name : Run telemetry tests on OSP18
71- block :
7270 - name : " Run telemetry tests playbook locally on the target host"
7371 ansible.builtin.shell :
7472 cmd : |
8078 ansible.builtin.copy :
8179 content : " {{ output.stdout }}"
8280 dest : " {{ logs_dir }}/ansible_run.log"
83-
84-
85- - name : Revert the version update
86- ansible.builtin.shell :
87- cmd : |
88- oc patch openstackversions controlplane --type json -p='[{"op": "replace", "path": "/spec/customContainerImages", "value": {} }]'
89- when : " {{ patch_openstackversions | bool }}"
81+ always :
82+ - name : Revert the version update
83+ ansible.builtin.shell :
84+ cmd : |
85+ oc patch openstackversions controlplane --type json -p='[{"op": "replace", "path": "/spec/customContainerImages", "value": {} }]'
86+ when : " {{ patch_openstackversions | bool }}"
9087
9188 - name : Include report result
9289 ansible.builtin.include_tasks :
You can’t perform that action at this time.
0 commit comments