| commit | 13351e3ea5b32dd3205a11afa7e11faed4a9ae83 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 04 13:37:24 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 04 13:37:24 2017 -0400 |
| tree | d676565303c6282f05a5c9debba5895b76141a3b | |
| parent | 988d402ffba87cdb17d958d21d8d59ee9d8a4e50 [diff] |
troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml index dee2092..d78277a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,6 +17,10 @@ register: downloads with_items: "{{ download_pattern }}" +- name: Download log files found + debug: + var: download_pattern + - name: Iterate over patterns found include: download_files.yml loop_control: