Merge pull request #2977 from pennycoders/master

Fix 2976
pull/2935/head
Rong Zhang 2018-07-08 21:17:37 +08:00 committed by GitHub
commit 8106f1c86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
when:
- not skip_downloads|default(false)
- item.value.enabled
- item.value.container
- "{{ item.value.container | default(False) }}"
- download_run_once
- group_names | intersect(download.groups) | length