1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-25 22:53:23 +02:00
2021-12-01 19:13:34 +01:00

8 lines
160 B
YAML

---
- name: Remove tmp and unused files
file: path={{ item }} state=absent
loop:
- "{{ n8n_root_dir }}/archives/{{ n8n_current_version }}"
tags: n8n