From 15bd38263cc7d4e3e4776537182d374a62423c6f Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 1 Sep 2023 12:50:32 +0100 Subject: [PATCH] [debug] Check where the oc binary is --- ci/prepare.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/prepare.yml b/ci/prepare.yml index 7078ae787..1ef2ec33b 100644 --- a/ci/prepare.yml +++ b/ci/prepare.yml @@ -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