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

11 lines
250 B
YAML
Raw Normal View History

2022-02-24 10:00:06 +01:00
---
- 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