matrix: add initial conduit-only config

This commit is contained in:
Jef Roosens 2024-01-25 15:19:55 +01:00
parent b5e9afe5a4
commit ef8f5da37d
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
11 changed files with 182 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: conduit-restart
ansible.builtin.shell:
chdir: '/etc/matrix'
cmd: 'docker compose restart conduit'