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 a6fdcd5 commit b23983a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ci/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
- name: Install pre-reqs from pip
ansible.builtin.pip:
name:
- openshift
- kubernetes
- ansible-core>=1.12

- 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 b23983a

Please sign in to comment.