mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
12 lines
315 B
YAML
12 lines
315 B
YAML
---
|
|
|
|
- name: Remove tmp and obsolete files
|
|
file: path={{ item }} state=absent
|
|
loop:
|
|
- "{{ consul_root_dir }}/archives"
|
|
- /etc/systemd/system/consul-template-consul.service
|
|
- "{{ consul_root_dir }}/consul-template"
|
|
- "{{ consul_root_dir }}/vault"
|
|
- "{{ consul_root_dir }}/bin"
|
|
tags: consul
|