mariadb: might be the check_implicit_admin is busted.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2095f5afc1
commit
497f073060
1 changed files with 1 additions and 1 deletions
|
@ -24,9 +24,9 @@
|
||||||
|
|
||||||
- name: set mariaddb root user password
|
- name: set mariaddb root user password
|
||||||
mysql_user:
|
mysql_user:
|
||||||
|
no_log: True
|
||||||
name: root
|
name: root
|
||||||
password: "{{ mariadb_root_password }}"
|
password: "{{ mariadb_root_password }}"
|
||||||
check_implicit_admin: true
|
|
||||||
login_unix_socket: /var/lib/mysql/mysql.sock
|
login_unix_socket: /var/lib/mysql/mysql.sock
|
||||||
|
|
||||||
- name: create .my.cnf file for future logins
|
- name: create .my.cnf file for future logins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue