3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-19 06:33:24 +00:00

removed redis images in favor of the inbuilt keyDB

This commit is contained in:
wjbeckett
2024-10-01 10:41:30 +10:00
parent 7cdec5f251
commit d5aabc85be
7 changed files with 1 additions and 82 deletions

View File

@@ -6,21 +6,11 @@
name: "matrix-element-call"
state: absent
- name: Stop and remove redis container
community.docker.docker_container:
name: "matrix-redis"
state: absent
- name: Remove matrix-element-call systemd service
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-element-call.service"
state: absent
- name: Remove redis systemd service
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-redis.service"
state: absent
- name: Remove matrix-element-call configuration files
ansible.builtin.file:
path: "{{ matrix_element_call_base_path }}"