8 lines
140 B
YAML
Raw Normal View History

2022-08-31 13:00:17 +02:00
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
2023-07-03 11:00:09 +02:00
- "{{ vault_root_dir }}/archives"
2022-08-31 13:00:17 +02:00
tags: vault