parent
2d1b95e0dc
commit
f218dc70f8
2 changed files with 9 additions and 25 deletions
@ -1,12 +1,15 @@ |
||||
--- |
||||
|
||||
- name: Remove unused and tmp files |
||||
file: path={{ synapse_root_dir }}/{{ item }} state=absent |
||||
file: path={{ item }} state=absent |
||||
loop: |
||||
- lib |
||||
- lib64 |
||||
- include |
||||
- bin |
||||
- db_dumps |
||||
- "{{ 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 |
||||
|
||||
|
Loading…
Reference in new issue