mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
250 B
YAML
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
|
|
|