7 lines
98 B
YAML
Raw Normal View History

2022-07-25 16:00:15 +02:00
---
- name: Remove temp files
file: path={{ item }} state=absent
2023-07-20 14:00:26 +02:00
with_items: []
2022-07-25 16:00:15 +02:00
tags: odoo