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