Fetching a test file, not the motd file (#54739)

pull/54747/head
Steve Bonds 5 years ago 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

Loading…
Cancel
Save