From 1cd0bb28c09ff7af1aeba274de8e2187fc7a271f Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Tue, 6 Jun 2023 17:16:51 +0100 Subject: [PATCH] [zuul] Add pre-reqs to prepare playbook --- ci/prepare.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ci/prepare.yml b/ci/prepare.yml index 6f9d1bb8d..afd68a8c6 100644 --- a/ci/prepare.yml +++ b/ci/prepare.yml @@ -10,11 +10,20 @@ - name: Install pre-reqs from pip ansible.builtin.pip: name: - - kubernetes - openshift - ansible state: latest + - name: Install kubernetes.core ansible collection + community.general.ansible_galaxy_install: + type: collection + name: 'kubernetes.core:>=2.2.0' + + - name: Install community.generale ansible collection + community.general.ansible_galaxy_install: + type: collection + name: community.general + - name: Log into the cluster ansible.builtin.import_role: name: rhol_crc