| commit | bbd030a28126184e447354d819bcb245cdf5203b | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:01:00 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Sep 27 15:01:00 2017 -0400 |
| tree | 512daf05cbcbbd0cd6055ab92531a9ca96f3a22b | |
| parent | 58515b1a5453339ce2ab2cf60357337afc631f49 [diff] |
Revert: updated logic
diff --git a/tasks/download_file.yml b/tasks/download_file.yml new file mode 100644 index 0000000..fcdf8f0 --- /dev/null +++ b/tasks/download_file.yml
@@ -0,0 +1,5 @@ +--- +- name: Download a single file + fetch: + src: "{{ file.path }}" + dest: "{{ download_folder }}"