mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-05 16:17:38 +02:00
Update to 2022-08-31 13:00
This commit is contained in:
8
roles/vault/tasks/cleanup.yml
Normal file
8
roles/vault/tasks/cleanup.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Remove tmp and obsolete files
|
||||
file: path={{ item }} state=absent
|
||||
loop:
|
||||
- "{{ vault_root_dir }}/tmp/vault_{{ vault_version }}_linux_amd64.zip"
|
||||
- "{{ vault_root_dir }}/tmp/vault"
|
||||
tags: vault
|
Reference in New Issue
Block a user