add postmoogle

This commit is contained in:
Aine
2022-08-22 20:10:35 +03:00
parent e637db348a
commit 9c2a8addee
12 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- ansible.builtin.set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-bot-postmoogle.service'] }}"
when: matrix_bot_postmoogle_enabled | bool