- name: "delete two files in {{ dir_dst }}"
file:
path: "{{item}}"
state: absent
loop:
- "{{file01}}"
- "{{file02}}"