This is a module argument
This commit is contained in:
parent
ed0f5306cc
commit
eedf88ae90
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@
|
||||||
|
|
||||||
- name: set mariaddb root user password
|
- name: set mariaddb root user password
|
||||||
no_log: True
|
no_log: True
|
||||||
check_implicit_admin: True
|
mysql_user: name=root password={{ mariadb_root_password }} check_implicit_admin=true
|
||||||
mysql_user: name=root password={{ mariadb_root_password }}
|
|
||||||
|
|
||||||
- name: create .my.cnf file for future logins
|
- name: create .my.cnf file for future logins
|
||||||
template: src=dotmy.cnf.j2 dest=/root/.my.cnf owner=root group=root mode=0700
|
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