6 lines
130 B
YAML
6 lines
130 B
YAML
---
|
|
- include: install.yml
|
|
when: not drush_install_from_source
|
|
|
|
- include: source-install.yml
|
|
when: drush_install_from_source
|