This is a module argument

This commit is contained in:
Kevin Fenzi 2015-06-23 17:03:38 +00:00
parent ed0f5306cc
commit eedf88ae90

View file

@ -22,8 +22,7 @@
- name: set mariaddb root user password
no_log: True
check_implicit_admin: True
mysql_user: name=root password={{ mariadb_root_password }}
mysql_user: name=root password={{ mariadb_root_password }} 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