Skip to content

Commit

Permalink
[zuul] Add installation of require pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jun 6, 2023
1 parent 1dcc171 commit 4dcfa70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
- hosts: controller
tasks:
- name: Install pre-reqs from pip
ansible.builtin.pip:
name:
- kubernetes
- name: Log into the cluster
ansible.builtin.import_role:
name: rhol_crc
Expand Down

0 comments on commit 4dcfa70

Please sign in to comment.