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 af04279
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 @@ -10,11 +10,24 @@
- name: Install pre-reqs from pip
ansible.builtin.pip:
name:
# https://stackoverflow.com/questions/64073422/importerror-cannot-import-name-oauth1session-from-requests-oauthlib
- requests
- requests_oauthlib
- 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 af04279

Please sign in to comment.