mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
9
roles/matrix_synapse_admin/tasks/cleanup.yml
Normal file
9
roles/matrix_synapse_admin/tasks/cleanup.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Remove temp files
|
||||
file: path={{ synadm_root_dir }}/tmp/{{ item }} state=absent
|
||||
loop:
|
||||
- synapse-admin-{{ synadm_version }}.tar.gz
|
||||
- synapse-admin-{{ synadm_version }}
|
||||
tags: matrix
|
||||
|
Reference in New Issue
Block a user