Skip to content

Commit

Permalink
[debug] Check where the oc binary is
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Sep 6, 2023
1 parent bc28b44 commit 15bd382
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
- "kubernetes.core:2.3.2"
- "community.general:6.2.0"

- ansible.builtin.shell:
cmd: |
which oc
ignore_errors: true

- name: "Log into the cluster"
ansible.builtin.import_role:
name: rhol_crc
Expand Down

0 comments on commit 15bd382

Please sign in to comment.