Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
435 B

---
- name: Remove unused and tmp files
file: path={{ item }} state=absent
loop:
- "{{ synapse_root_dir }}/lib"
- "{{ synapse_root_dir }}/lib64"
- "{{ synapse_root_dir }}/include"
- "{{ synapse_root_dir }}/bin"
- "{{ synapse_root_dir }}/db_dumps"
- "{{ synapse_root_dir }}/res/synapse_janitor.sql"
- "{{ synapse_root_dir }}/venv/bin/synapse_janitor.sh"
- /etc/cron.d/matrix_synapse
tags: matrix