File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 oc exec openstackclient -- python3 -m ensurepip --upgrade
2727 oc exec openstackclient -- python3 -m pip install --upgrade aodhclient
2828 oc exec openstackclient -- python3 -m pip install --upgrade python-observabilityclient
29- when : " {{ patch_observabilityclient | bool }} "
29+ when : patch_observabilityclient | default(false) | bool
3030 tags :
3131 - setup
3232
Original file line number Diff line number Diff line change 1919 oc exec openstackclient -- python3 -m ensurepip --upgrade
2020 oc exec openstackclient -- python3 -m pip install --upgrade aodhclient
2121 oc exec openstackclient -- python3 -m pip install --upgrade python-observabilityclient
22- when : patch_observabilityclient | bool
22+ when : patch_observabilityclient | default(false) | bool
2323 tags :
2424 - setup
2525
You can’t perform that action at this time.
0 commit comments