2023-03-17 16:00:08 +01:00

8 lines
155 B
YAML

---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ offen_root_dir }}/tmp/{{ offen_version }}"
tags: offen