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