3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-13 11:30:26 +00:00

Initial maubot commit

This commit is contained in:
Julian-Samuel Gebühr
2022-06-23 20:24:52 +02:00
parent f57aed8e01
commit d24cb7db6f
10 changed files with 371 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-maubot.service'] }}"
when: matrix_maubot_enabled|bool