[playbook,mysql] fix database URI

it has a "double slash" but only one colon
This commit is contained in:
bronsen 2025-03-03 22:09:48 +01:00
parent b29daca8a3
commit 74e978886c

View file

@ -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