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 6c632fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
- 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 6c632fb

Please sign in to comment.