a3b7d67fb0
* Split up platform cleanup for git test. * Split up platform cleanup for ansible-galaxy test.
7 lines
208 B
YAML
7 lines
208 B
YAML
- name: cleanup
|
|
include_tasks: "{{ cleanup_filename }}"
|
|
with_first_found:
|
|
- "cleanup-{{ ansible_distribution | lower }}.yml"
|
|
- "cleanup-default.yml"
|
|
loop_control:
|
|
loop_var: cleanup_filename
|