2022-02-24 10:00:06 +01:00

11 lines
250 B
YAML

---
- name: Remove temp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ fpbx_root_dir }}/tmp/freepbx-{{ fpbx_version }}-latest.tgz"
- "{{ fpbx_root_dir }}/tmp/freepbx"
- "{{ fpbx_root_dir }}/db_dumps"
tags: fpbx