[playbook,mysql] fix database URI
it has a "double slash" but only one colon
This commit is contained in:
parent
b29daca8a3
commit
74e978886c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
vendor/bin/drush si -y --site-name="{{ drupal_site_name }}"
|
||||
--account-name=admin
|
||||
--account-pass=admin
|
||||
--db-url=mysql:://{{ domain }}:1234@localhost/{{ domain }}
|
||||
--db-url=mysql://{{ domain }}:1234@localhost/{{ domain }}
|
||||
--root={{ drupal_core_path }}/web
|
||||
chdir={{ drupal_core_path }}
|
||||
creates={{ drupal_core_path }}/web/sites/default/settings.php
|
||||
|
|
Loading…
Add table
Reference in a new issue