Fix failure when the container attribute is not set for a download
This commit is contained in:
Alexandru Bogdan Pica 2018-07-08 13:36:47 +03:00
parent f1e348ab95
commit e63bc65a9d

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