Change password not only on creation
This commit is contained in:
parent
bfa916e72a
commit
7a6a2cadff
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
state: present
|
state: present
|
||||||
login_unix_socket: "{{ mysql_socket }}"
|
login_unix_socket: "{{ mysql_socket }}"
|
||||||
login_user: root
|
login_user: root
|
||||||
update_password: on_create
|
|
||||||
delegate_to: "{{ item }}"
|
delegate_to: "{{ item }}"
|
||||||
loop: "{{ phpmyadmin_database_host }}"
|
loop: "{{ phpmyadmin_database_host }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue