mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
This is a module argument
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user