fix: python yaml installation

This commit is contained in:
2024-01-13 03:09:08 +00:00
parent 144f12e4b7
commit 65ba8e8eef

View File

@@ -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: