- name: Test Action hosts: "{{ host }}" remote_user: "{{ user }}" tasks: - name: Copy action.yml copy: src: action.yml dest: /tmp/action.yml