Skip to content

Commit

Permalink
Install Python packages with OS not pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
llawall committed Nov 4, 2023
1 parent 37236e7 commit 7b9fc28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
become: true

- name: Ensure required Python libraries are installed.
ansible.builtin.pip:
ansible.builtin.package:
name:
- openshift
- pyyaml
- python3-openshift
- python3-yaml
state: present
become: true

Expand Down

0 comments on commit 7b9fc28

Please sign in to comment.