Implemented top domain as matrix username

This commit is contained in:
2024-01-19 16:34:23 +01:00
parent c4209f0559
commit b5af98525a
8 changed files with 24 additions and 24 deletions

View File

@@ -50,7 +50,7 @@
- name: "cleanup project folder"
file:
path: "{{docker_compose_instance_directory}}"
path: "{{docker_compose_instance_directory}}mautrix/"
state: absent
- name: "create bridge folders"
@@ -64,7 +64,6 @@
template:
src: "mautrix/{{item.bridge_name}}.config.yml.j2"
dest: "{{docker_compose_instance_directory}}mautrix/{{item.bridge_name}}/config.yaml"
notify: docker compose project setup
loop: "{{ bridges }}"
notify: docker compose project setup