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