ansible-roles/roles/etherpad/tasks/cleanup.yml

11 lines
256 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Remove temp and obsolete files
file: path={{ etherpad_root_dir }}/{{ item }} state=absent
loop:
- tmp/etherpad-lite-{{ etherpad_version }}
- tmp/etherpad-lite-{{ etherpad_version }}.tar.gz
- web
- db_dumps
tags: etherpad