Browse Source

Merge pull request #2977 from pennycoders/master

Fix 2976
pull/2935/head
Rong Zhang 6 years ago
committed by GitHub
parent
commit
8106f1c86d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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: when:
- not skip_downloads|default(false) - not skip_downloads|default(false)
- item.value.enabled - item.value.enabled
- item.value.container
- "{{ item.value.container | default(False) }}"
- download_run_once - download_run_once
- group_names | intersect(download.groups) | length - group_names | intersect(download.groups) | length
Loading…
Cancel
Save