/usr/local/bin/matrix-dendrite-create-account -> /matrix/dendrite/bin/create-account

This commit is contained in:
Slavi Pantaleev
2022-11-27 09:41:03 +02:00
parent 7c5c3aedc4
commit 40cf9cd72c
5 changed files with 13 additions and 6 deletions

View File

@ -13,7 +13,10 @@
state: stopped
daemon_reload: true
- name: Ensure matrix-dendrite.service doesn't exist
- name: Ensure Dendrite paths don't exist
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-dendrite.service"
path: "{{ item }}"
state: absent
with_items:
- "{{ devture_systemd_docker_base_systemd_path }}/matrix-dendrite.service"
- "{{ matrix_dendrite_bin_path }}"