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:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user