mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Ensure matrix-ssl-lets-encrypt-certificates-renew systemd timer and service are gone
We may have had another migration task before, but I cannot find it now. Some people have reported a leftover systemd timer and service, so it's evident that not everyone has gone through that previous migration.
This commit is contained in:
parent
e3a0f69076
commit
b1413a5645
@ -4,3 +4,11 @@
|
||||
ansible.builtin.file:
|
||||
path: "{{ matrix_base_data_path }}/ssl"
|
||||
state: absent
|
||||
|
||||
- name: Ensure matrix-ssl-lets-encrypt-certificates-renew systemd timer and service are gone
|
||||
ansible.builtin.file:
|
||||
path: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- matrix-ssl-lets-encrypt-certificates-renew.timer
|
||||
- matrix-ssl-lets-encrypt-certificates-renew.service
|
||||
|
Loading…
Reference in New Issue
Block a user