Skip to content

Commit b1d6245

Browse files
authored
Update main.yml
1 parent 19a3fb2 commit b1d6245

File tree

1 file changed

+3
-2
lines changed
  • ansible/roles/bastion-ocp-version/tasks

1 file changed

+3
-2
lines changed

ansible/roles/bastion-ocp-version/tasks/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
bastion_rhel_version == 'rhel8') |
4343
ternary('openshift-client-linux-amd64-' + bastion_rhel_version, 'openshift-client-linux') }}
4444
45-
- when: payload_url == ''
45+
- name: Non-Prow - Get and Unpack OpenShift clients
46+
when: payload_url == ''
4647
block:
4748

4849
- name: Get OpenShift tools when payload_url is not set
@@ -67,7 +68,7 @@
6768

6869
# We need to unarchive the clients here to align their versions cluster version
6970

70-
- name: Unarchive clients - payload_url set
71+
- name: Prow - Unarchive clients - payload_url set
7172
include_tasks: unarchive_clients.yml
7273
when: payload_url != ''
7374

0 commit comments

Comments
 (0)