Fetching a test file, not the motd file (#54739)
This commit is contained in:
parent
b13fa0d408
commit
524160d8d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue