Update to 2022-07-21 01:00

This commit is contained in:
Daniel Berteaud
2022-07-21 01:00:17 +02:00
parent eca2f00fb1
commit 0db06a7240
32 changed files with 643 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ consul_root_dir }}/tmp/consul_{{ consul_version }}_linux_amd64.zip"
- "{{ consul_root_dir }}/tmp/consul"
tags: consul