mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
9 lines
163 B
YAML
9 lines
163 B
YAML
---
|
|
|
|
- name: Remove tmp and obsolete files
|
|
file: path={{ item }} state=absent
|
|
loop:
|
|
- "{{ pim_root_dir }}/archives/{{ pim_current_version }}"
|
|
tags: pim
|
|
|