mariadb: Put check_implicit_admin back
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
497f073060
commit
671db804b9
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
name: root
|
||||
password: "{{ mariadb_root_password }}"
|
||||
login_unix_socket: /var/lib/mysql/mysql.sock
|
||||
check_implicit_admin: true
|
||||
|
||||
- name: create .my.cnf file for future logins
|
||||
template: src=dotmy.cnf.j2 dest=/root/.my.cnf owner=root group=root mode=0700
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue