mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
9 lines
143 B
YAML
9 lines
143 B
YAML
---
|
|
|
|
- name: Remove tmp files
|
|
file: path={{ ma1sd_root_dir }}/tmp/{{ item }} state=absent
|
|
loop:
|
|
- ma1sd
|
|
- ma1sd.zip
|
|
tags: matrix
|