mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
9 lines
128 B
YAML
9 lines
128 B
YAML
|
---
|
||
|
- name: Remove temp files
|
||
|
become: true
|
||
|
file:
|
||
|
path: "{{ item }}"
|
||
|
state: absent
|
||
|
with_items:
|
||
|
- "/tmp/test-1"
|