Update to 2022-02-24 10:00

This commit is contained in:
Daniel Berteaud
2022-02-24 10:00:06 +01:00
parent 175a20ac07
commit 60c1fefb94
14 changed files with 441 additions and 437 deletions

View 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