mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
12 lines
358 B
YAML
12 lines
358 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Remove tmp and obsolete files
|
||
|
file: path={{ item }} state=absent
|
||
|
loop:
|
||
|
- "{{ squashtm_root_dir }}/tmp/squash-tm-{{ squashtm_version }}.RELEASE.tar.gz"
|
||
|
- "{{ squashtm_root_dir }}/tmp/squash-tm"
|
||
|
- "{{ squashtm_root_dir }}/app/logs"
|
||
|
- "{{ squashtm_root_dir }}/app/conf"
|
||
|
- "{{ squashtm_root_dir }}/app/data"
|
||
|
tags: squashtm
|