mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +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
|