Solved typo bug

This commit is contained in:
2025-02-19 03:46:25 +01:00
parent 2c4ee620c1
commit 74d8dad94c
5 changed files with 11 additions and 11 deletions

View File

@@ -137,11 +137,11 @@
cmd: docker compose exec -it synapse register_new_matrix_user -u {{applications.matrix.administrator_username}} -p {{matrix_admin_password}} -a -c /data/homeserver.yaml http://localhost:8008
chdir: "{{ docker_compose.directories.instance }}"
ignore_errors: true
when: appplications.matrix.setup | bool
when: applications.matrix.setup | bool
- name: create chatgpt bot
command:
cmd: docker compose exec -it synapse register_new_matrix_user -u chatgptbot -p {{matrix_chatgpt_bridge_user_password}} -a -c /data/homeserver.yaml http://localhost:8008
chdir: "{{ docker_compose.directories.instance }}"
ignore_errors: true
when: appplications.matrix.setup | bool
when: applications.matrix.setup | bool