mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-03 01:57:18 +00:00
Fix matrix-bot-maubot.service.j2 indentation (tabs only)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
This commit is contained in:
parent
46ced6134c
commit
d2fb6a86e1
@ -27,9 +27,9 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \
|
|||||||
{{ arg }} \
|
{{ arg }} \
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
--network={{ matrix_docker_network }} \
|
--network={{ matrix_docker_network }} \
|
||||||
{% if matrix_bot_maubot_management_interface_http_bind_port %}
|
{% if matrix_bot_maubot_management_interface_http_bind_port %}
|
||||||
-p {{ matrix_bot_maubot_management_interface_http_bind_port }}:29316
|
-p {{ matrix_bot_maubot_management_interface_http_bind_port }}:29316
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ matrix_bot_maubot_docker_image }} \
|
{{ matrix_bot_maubot_docker_image }} \
|
||||||
python3 -m maubot -c /config/config.yaml
|
python3 -m maubot -c /config/config.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user