mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:48:32 +01:00
fix: python yaml installation
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
- name: Include service variables
|
- name: Include service variables
|
||||||
include_vars: services.yaml
|
include_vars: services.yaml
|
||||||
|
|
||||||
|
- name: Install apt packages
|
||||||
|
apt:
|
||||||
|
pkg:
|
||||||
|
- libyaml-dev
|
||||||
|
|
||||||
- name: Install python packages
|
- name: Install python packages
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
@@ -13,6 +18,7 @@
|
|||||||
- Pillow
|
- Pillow
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- waitress
|
- waitress
|
||||||
|
extra_args: --break-system-packages
|
||||||
|
|
||||||
- name: fix dumb flask oidc scheme bug
|
- name: fix dumb flask oidc scheme bug
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|||||||
Reference in New Issue
Block a user