We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f7434 + 109027c commit 20cb31eCopy full SHA for 20cb31e
1 file changed
ansible/roles/iib_ci/tasks/main.yml
@@ -4,6 +4,14 @@
4
failed_when:
5
(iib_image is not defined or iib_image | length == 0)
6
7
+- name: Check for pre-requisite binaries presence
8
+ ansible.builtin.shell: |
9
+ which "{{ item }}"
10
+ with_items:
11
+ - skopeo
12
+ - oc
13
+ - podman
14
+
15
- name: Set IIB fact
16
ansible.builtin.set_fact:
17
iib: "{{ iib_image.split(':')[1] }}"
0 commit comments