fixing botched rework of mysql_user for phab
This commit is contained in:
parent
2a3fa2af91
commit
b590a68b84
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
name: "{{ mariadb_user }}"
|
||||
host: 'localhost'
|
||||
password: "{{ mariadb_password }}"
|
||||
priv: "*.*:ALL state=present"
|
||||
priv: "*.*:ALL"
|
||||
state: present
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue