Browse Source

Use include instead of import tasks to support v2.3 (#1855)

Eventually 2.3 support will be dropped, so this is
a temporary change.
pull/1858/head
Matthew Mosesohn 7 years ago
committed by GitHub
parent
commit
cea41a544e
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/tasks/main.yml

2
roles/download/tasks/main.yml

@ -1,5 +1,5 @@
---
- import_tasks: download_prep.yml
- include: download_prep.yml
when:
- not skip_downloads|default(false)

Loading…
Cancel
Save