mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-20 04:03:15 +02:00
10 lines
207 B
YAML
10 lines
207 B
YAML
![]() |
---
|
||
|
|
||
|
- 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
|
||
|
|