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