We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a3fb2 commit b1d6245Copy full SHA for b1d6245
ansible/roles/bastion-ocp-version/tasks/main.yml
@@ -42,7 +42,8 @@
42
bastion_rhel_version == 'rhel8') |
43
ternary('openshift-client-linux-amd64-' + bastion_rhel_version, 'openshift-client-linux') }}
44
45
-- when: payload_url == ''
+- name: Non-Prow - Get and Unpack OpenShift clients
46
+ when: payload_url == ''
47
block:
48
49
- name: Get OpenShift tools when payload_url is not set
@@ -67,7 +68,7 @@
67
68
69
# We need to unarchive the clients here to align their versions cluster version
70
-- name: Unarchive clients - payload_url set
71
+- name: Prow - Unarchive clients - payload_url set
72
include_tasks: unarchive_clients.yml
73
when: payload_url != ''
74
0 commit comments