9 lines
176 B
YAML
Raw Normal View History

2022-07-21 01:00:17 +02:00
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
2023-07-03 15:00:09 +02:00
- "{{ consul_root_dir }}/archives"
- "{{ consul_root_dir }}/bin"
2022-07-21 01:00:17 +02:00
tags: consul