diff --git a/test/integration/targets/fetch/tasks/main.yml b/test/integration/targets/fetch/tasks/main.yml index af213698af9..267ae0f0cd4 100644 --- a/test/integration/targets/fetch/tasks/main.yml +++ b/test/integration/targets/fetch/tasks/main.yml @@ -19,7 +19,7 @@ - name: create a file that we can use to fetch copy: content="test" dest={{ remote_tmp_dir }}/orig -- name: fetch the motd +- name: fetch the test file fetch: src={{ remote_tmp_dir }}/orig dest={{ output_dir }}/fetched register: fetched