This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Description
Issue Type
Full console output
TASK [geerlingguy.drupal : Install Drupal with drush.] ************************* fatal: [drupalvm]: FAILED! => {"changed": true, "cmd": ["drush", "site-install", "standard", "-y", "--root=/var/www/drupalvm/drupal/web", "--site-name=Drupal", "--account-name=admin", "--account-pass=admin", "--db-url=pgsql://drupal:drupal@localhost/drupal"], "delta": "0:00:00.025253", "end": "2020-07-06 15:09:05.747729", "msg": "non-zero return code", "rc": 1, "start": "2020-07-06 15:09:05.722476", "stderr": "", "stderr_lines": [], "stdout": "The Drush launcher could not find a local Drush in your Drupal site.\nPlease add Drush with Composer to your project.\nRun 'cd \"/var/www/drupalvm/drupal\" && composer require drush/drush'", "stdout_lines": ["The Drush launcher could not find a local Drush in your Drupal site.", "Please add Drush with Composer to your project.", "Run 'cd \"/var/www/drupalvm/drupal\" && composer require drush/drush'"]}
Summary
Just need to add drush to required packages.