Lets try and set check_implicit_admin true here to see if that allows it to set the password correctly.
This commit is contained in:
parent
753eaa05cb
commit
fe3e1ec182
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
- name: set mariaddb root user password
|
||||
no_log: True
|
||||
check_implicit_admin: True
|
||||
mysql_user: name=root password={{ mariadb_root_password }}
|
||||
|
||||
- name: create .my.cnf file for future logins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue