add extras role

This commit is contained in:
uumas
2023-04-19 01:45:05 +03:00
parent 70a4684f51
commit d05e42fe18
36 changed files with 1017 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
depends: "{{ python_depends }}"
matrix_extra_tasks:
- pip
- maubot
pip_packages:
- maubot
- psycopg2
exec: '{{ matrix_extra_workdir }}/bin/python3 -m maubot -c {{ matrix_extra_workdir }}/config.yaml'
matrix_extra_wait_before_start: true