mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 19:25:36 +02:00
Update to 2022-02-24 10:00
This commit is contained in:
10
roles/freepbx/tasks/cleanup.yml
Normal file
10
roles/freepbx/tasks/cleanup.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user