Browse Source

Fix 2976

Fix failure when the container attribute is not set for a download
pull/2977/head
Alexandru Bogdan Pica 6 years ago
parent
commit
e63bc65a9d
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/tasks/main.yml

2
roles/download/tasks/main.yml

@ -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
Loading…
Cancel
Save