mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
14 lines
234 B
YAML
14 lines
234 B
YAML
- name: Install pip
|
|
package:
|
|
name:
|
|
- python3-pip
|
|
- python3-setuptools
|
|
state: present
|
|
|
|
- name: Install python dependencies
|
|
pip:
|
|
name:
|
|
- openshift
|
|
# - pyhelm
|
|
# - grpcio
|
|
state: present
|