mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
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
|
- name: create a file that we can use to fetch
|
||||||
copy: content="test" dest={{ remote_tmp_dir }}/orig
|
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
|
fetch: src={{ remote_tmp_dir }}/orig dest={{ output_dir }}/fetched
|
||||||
register: fetched
|
register: fetched
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue