mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
10 lines
267 B
YAML
10 lines
267 B
YAML
|
|
||
|
- name: Remove temporary playbooks
|
||
|
file:
|
||
|
path: "{{ temporary_file.path }}"
|
||
|
state: absent
|
||
|
loop: "{{ temporary_playbook_files.results }}"
|
||
|
loop_control:
|
||
|
loop_var: temporary_file
|
||
|
label: "{{ temporary_file.test.name }}: {{ temporary_file.path }}"
|