| commit | 29ab7bf0e73b933f40282c01b8cfba4c9c2b460c | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 20:14:01 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 23 20:14:01 2017 -0400 |
| tree | 3b01ba1ee99f392a5e2aaffd5bfffcd89a62e5b2 | |
| parent | 84aaab8a2a3918acf2ca2f6f6e666627e401f54d [diff] |
work out logs
diff --git a/tasks/download_file.yml b/tasks/download_file.yml deleted file mode 100644 index fcdf8f0..0000000 --- a/tasks/download_file.yml +++ /dev/null
@@ -1,5 +0,0 @@ ---- -- name: Download a single file - fetch: - src: "{{ file.path }}" - dest: "{{ download_folder }}"