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

9 lines
252 B
YAML
Raw Normal View History

2022-07-25 16:00:15 +02:00
---
- name: Remove temp files
file: path={{ item }} state=absent
with_items:
- "{{ odoo_root_dir }}/tmp/odoo_{{ odoo_version }}.{{ odoo_build }}.tar.gz"
- "{{ odoo_root_dir }}/tmp/odoo-{{ odoo_version }}.post{{ odoo_build }}"
tags: odoo