mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
mariadb: temp disable no log so I can see why the task is failing.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
48699512d8
commit
e56fa9edaf
@@ -23,7 +23,6 @@
|
||||
service: name=mariadb enabled=yes state=started
|
||||
|
||||
- name: set mariaddb root user password
|
||||
no_log: True
|
||||
mysql_user: name=root password={{ mariadb_root_password }} check_implicit_admin=true
|
||||
|
||||
- name: create .my.cnf file for future logins
|
||||
|
||||
Reference in New Issue
Block a user