Skip to content
Snippets Groups Projects
Commit e63bc65a authored by Alexandru Bogdan Pica's avatar Alexandru Bogdan Pica
Browse files

Fix 2976

Fix failure when the container attribute is not set for a download
parent f1e348ab
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment