mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
10 lines
245 B
YAML
10 lines
245 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"
|
|
tags: consul
|