mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
9 lines
159 B
YAML
9 lines
159 B
YAML
- name: Install pip
|
|
package:
|
|
name: python3-pip
|
|
state: present
|
|
|
|
- name: Install openshift python client
|
|
pip:
|
|
name: openshift
|
|
state: present
|