mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
9 lines
252 B
YAML
9 lines
252 B
YAML
---
|
|
|
|
- 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
|