3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-10 18:10:24 +00:00

Rename service from matrix-maubot to matrix-bot-maubot

This commit is contained in:
Julian-Samuel Gebühr
2022-06-24 17:54:57 +02:00
parent d5c82a5221
commit 6ed105b830
3 changed files with 8 additions and 8 deletions

View File

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