add extras role
This commit is contained in:
15
roles/extras/vars/maubot.yml
Normal file
15
roles/extras/vars/maubot.yml
Normal 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
|
||||
Reference in New Issue
Block a user