1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-02-16 18:34:32 +02:00

Fix minor naming issue

This commit is contained in:
Julian-Samuel Gebühr 2022-06-24 13:15:34 +02:00
parent 2f1d78fa48
commit 2309a61cb0

View File

@ -29,8 +29,8 @@ matrix_mau_environment_variables_extension: ''
# A list of extra arguments to pass to the container
matrix_bot_maubot_container_extra_arguments: []
# List of systemd services that matrix-bot-matrix-registration-bot.service depends on
# List of systemd services that matrix-bot-maubot.service depends on
matrix_bot_maubot_systemd_required_services_list: ['docker.service']
# List of systemd services that matrix-bot-matrix-registration-bot.service wants
# List of systemd services that matrix-bot-maubot.service wants
matrix_bot_maubot_systemd_wanted_services_list: []