mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
10 lines
309 B
YAML
10 lines
309 B
YAML
---
|
|
|
|
- name: Remove tmp and obsolete files
|
|
file: path={{ item }} state=absent
|
|
loop:
|
|
- "{{ sftpgo_root_dir }}/archives/{{ sftpgo_current_version }}"
|
|
- "{{ sftpgo_root_dir }}/tmp/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz"
|
|
- "{{ sftpgo_root_dir }}/tmp/{{ sftpgo_version }}"
|
|
tags: sftpgo
|