Rong Zhang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/download/tasks/main.yml
|
@ -20,6 +20,6 @@ |
|
|
when: |
|
|
when: |
|
|
- not skip_downloads|default(false) |
|
|
- not skip_downloads|default(false) |
|
|
- item.value.enabled |
|
|
- item.value.enabled |
|
|
- item.value.container |
|
|
|
|
|
|
|
|
- "{{ item.value.container | default(False) }}" |
|
|
- download_run_once |
|
|
- download_run_once |
|
|
- group_names | intersect(download.groups) | length |
|
|
- group_names | intersect(download.groups) | length |