Merge pull request #2977 from pennycoders/master

Fix 2976
This commit is contained in:
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

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