| commit | 3b84a70690e11047d6476ff5f446e112b8ba344d | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Feb 28 11:05:28 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Tue Feb 28 11:05:28 2017 -0500 |
| tree | 022fef87cf179982832d803b8afed72c838ffa8f | |
| parent | 26694a861ba045ec1f942df797c5e5b22b93ec48 [diff] |
simplified file downloads
diff --git a/tasks/main.yml b/tasks/main.yml index 40dc933..4094160 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -23,7 +23,7 @@ with_items: "{{ download_pattern }}" - name: Iterate over patterns found - include: download_patterns.yml + include: download_files.yml loop_control: loop_var: result_files with_items: '{{ downloads.results }}'