Change password not only on creation

This commit is contained in:
phil 2024-01-04 10:40:24 +01:00
parent bfa916e72a
commit 7a6a2cadff

View file

@ -17,7 +17,6 @@
state: present
login_unix_socket: "{{ mysql_socket }}"
login_user: root
update_password: on_create
delegate_to: "{{ item }}"
loop: "{{ phpmyadmin_database_host }}"