- name: "Copy {{ file }} to /tmp" copy: src: "{{ file }}" dest: /tmp/ mode: 0755