Skip to content

Commit

Permalink
[zuul] Add pre-reqs to prepare playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jun 6, 2023
1 parent bdb17a3 commit 1cd0bb2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cd0bb2

Please sign in to comment.