mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
9 lines
190 B
YAML
9 lines
190 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Remove temp files
|
||
|
file: path={{ riot_root_dir }}/tmp/{{ item }} state=absent
|
||
|
with_items:
|
||
|
- riot-v{{ riot_version }}.tar.gz
|
||
|
- riot-v{{ riot_version }}
|
||
|
tags: matrix
|