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:
Kevin Fenzi 2015-06-23 17:01:29 +00:00
parent 753eaa05cb
commit fe3e1ec182

View file

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