Implemented draft for matrix whatsapp bridge

This commit is contained in:
2023-12-20 09:51:22 +01:00
parent e23646cdc2
commit 74be492050
3 changed files with 475 additions and 2 deletions

View File

@@ -17,6 +17,18 @@
state: directory
mode: 0755
- name: "create {{docker_compose_instance_directory}}mautrix_whatsapp"
file:
path: "{{docker_compose_instance_directory}}mautrix_whatsapp"
state: directory
mode: 0755
- name: add whatsapp-bridge-config.yml
template:
src: "whatsapp-bridge-config.yml.j2"
dest: "{{docker_compose_instance_directory}}mautrix_whatsapp/config.yml"
notify: recreate matrix
- name: add element-config.json
template:
src: "element-config.json.j2"