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

This commit is contained in:
Steve Bonds 2019-04-02 13:58:54 -07:00 committed by Alicia Cozine
parent b13fa0d408
commit 524160d8d1

View file

@ -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