mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Fetching a test file, not the motd file (#54739)
This commit is contained in:
committed by
Alicia Cozine
parent
b13fa0d408
commit
524160d8d1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user