removed duplicate tasks.

This commit is contained in:
wjbeckett
2024-09-30 22:35:59 +10:00
parent 8cb3e33bbf
commit e952ba1c3a
4 changed files with 3 additions and 92 deletions

View File

@ -6,16 +6,6 @@
name: "matrix-element-call"
state: absent
- name: Stop and remove jwt-service container
community.docker.docker_container:
name: "matrix-jwt-service"
state: absent
- name: Stop and remove livekit container
community.docker.docker_container:
name: "matrix-livekit"
state: absent
- name: Stop and remove redis container
community.docker.docker_container:
name: "matrix-redis"
@ -26,16 +16,6 @@
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-element-call.service"
state: absent
- name: Remove jwt-service systemd service
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-jwt-service.service"
state: absent
- name: Remove livekit systemd service
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit.service"
state: absent
- name: Remove redis systemd service
ansible.builtin.file:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-redis.service"