Merge "bindep: update include to include_tasks"

This commit is contained in:
Zuul 2020-05-26 12:51:43 +00:00 committed by Gerrit Code Review
commit 6e9f5957bc

@ -1,11 +1,11 @@
---
- include: find.yaml
- include_tasks: find.yaml
when: bindep_file is not defined
- include: find-bindep.yaml
- include_tasks: find-bindep.yaml
when: bindep_file is defined
- include: install.yaml
- include_tasks: install.yaml
when:
- bindep_file is defined
- bindep_command is not defined
@ -15,5 +15,5 @@
bindep_run: "{{ bindep_command }} -b -f {{ bindep_file }} {{ bindep_profile }}"
when: bindep_file is defined
- include: packages.yaml
- include_tasks: packages.yaml
when: bindep_file is defined