2023-07-03 15:00:09 +02:00

9 lines
176 B
YAML

---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ consul_root_dir }}/archives"
- "{{ consul_root_dir }}/bin"
tags: consul