2024-01-14 16:42:14 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure matrix-ssl files are deleted
|
|
|
|
ansible.builtin.file:
|
|
|
|
path: "{{ matrix_base_data_path }}/ssl"
|
|
|
|
state: absent
|
2024-02-23 06:47:54 +00:00
|
|
|
|
|
|
|
- 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
|