mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
10 lines
329 B
YAML
10 lines
329 B
YAML
---
|
|
|
|
- name: Remove tmp and obsolete files
|
|
file: path={{ item }} state=absent
|
|
loop:
|
|
- "{{ bookstack_root_dir }}/archives/{{ bookstack_current_version }}"
|
|
- "{{ bookstack_root_dir }}/tmp/BookStack-{{ bookstack_version }}"
|
|
- "{{ bookstack_root_dir }}/tmp/BookStack-{{ bookstack_version }}.tar.gz"
|
|
tags: bookstack
|