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