mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
14
roles/kanboard/tasks/cleanup.yml
Normal file
14
roles/kanboard/tasks/cleanup.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Remove temp files
|
||||
file: path={{ item }} state=absent
|
||||
with_items:
|
||||
- "{{ kanboard_root_dir }}/tmp/kanboard-{{ kanboard_version }}/"
|
||||
- "{{ kanboard_root_dir }}/tmp/kanboard-v{{ kanboard_version }}.zip"
|
||||
- "{{ kanboard_root_dir }}/web/data"
|
||||
tags: kanboard
|
||||
|
||||
- name: Remove plugins archives
|
||||
file: path={{ kanboard_root_dir }}/tmp/{{ kanboard_plugins[item].name }}-{{ kanboard_plugins[item].version }}.zip state=absent
|
||||
with_items: "{{ kanboard_plugins.keys() | list }}"
|
||||
tags: kanboard
|
Reference in New Issue
Block a user