ansible-roles/roles/etherpad/tasks/cleanup.yml
2021-12-01 19:13:34 +01:00

11 lines
256 B
YAML

---
- 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