2022-10-14 14:41:41 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure matrix-synapse-s3-storage-provider-migrate.service and timer don't exist
|
|
|
|
ansible.builtin.file:
|
2022-11-04 14:38:38 +00:00
|
|
|
path: "{{ devture_systemd_docker_base_systemd_path }}/{{ item }}"
|
2022-10-14 14:41:41 +00:00
|
|
|
state: absent
|
|
|
|
with_items:
|
|
|
|
- matrix-synapse-s3-storage-provider-migrate.timer
|
|
|
|
- matrix-synapse-s3-storage-provider-migrate.service
|
|
|
|
register: matrix_synapse_s3_storage_provider_migrate_sevice_removal
|
|
|
|
|
|
|
|
- name: Ensure s3-storage-provider files don't exist
|
|
|
|
ansible.builtin.file:
|
2022-11-27 07:34:46 +00:00
|
|
|
path: "{{ matrix_synapse_ext_s3_storage_provider_base_path }}"
|
2022-10-14 14:41:41 +00:00
|
|
|
state: absent
|