mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-04-29 11:00
This commit is contained in:
11
roles/squash_tm/tasks/cleanup.yml
Normal file
11
roles/squash_tm/tasks/cleanup.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user