Skip to content

Commit

Permalink
Ensure python/devel is present before install openshift via pip
Browse files Browse the repository at this point in the history
Fixes ocp-power-automation#40

Signed-off-by: Yussuf Shaikh <[email protected]>
  • Loading branch information
yussufsh committed Aug 7, 2020
1 parent 54a781e commit ac466c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbooks/roles/ocp-customization/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# tasks file for ocp4 post install customizations

- name: Install python devel
package:
name:
- python3
- python3-devel
state: present

- name: Install openshift python module
pip:
executable: pip3
Expand Down

0 comments on commit ac466c9

Please sign in to comment.