ansible-roles/roles/matrix_riot/tasks/cleanup.yml
2021-12-01 19:13:34 +01:00

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