mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-08 19:00:18 +01:00
Fixing mysql user.
This commit is contained in:
parent
9978f976be
commit
f11426b6ac
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ mysql_databases:
|
|||
mysql_users:
|
||||
- name: drupal8user
|
||||
host: "127.0.0.1"
|
||||
password: "dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs"
|
||||
password: "dcSEMWpH]O2P"
|
||||
priv: "drupal8db.*:ALL"
|
||||
- name: drupal8user
|
||||
host: "localshot"
|
||||
password: "dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs"
|
||||
password: "dcSEMWpH]O2P"
|
||||
priv: "drupal8db.*:ALL"
|
||||
|
||||
php_date_timezone: "Australia/Melbourne"
|
||||
|
|
Loading…
Reference in a new issue