From 524160d8d13491a151ee1318753f8b90f3640c4e Mon Sep 17 00:00:00 2001 From: Steve Bonds Date: Tue, 2 Apr 2019 13:58:54 -0700 Subject: [PATCH] Fetching a test file, not the motd file (#54739) --- test/integration/targets/fetch/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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