- hosts: all tasks: - name: Fájlok törlése file: path: "{{ item }}" state: absent with_items: - adat01.txt - adat02.txt - adat03.txt