diff --git a/mysql/pkg.ansible.yml b/mysql/pkg.ansible.yml index 9c7657d..fe9e259 100644 --- a/mysql/pkg.ansible.yml +++ b/mysql/pkg.ansible.yml @@ -7,6 +7,7 @@ - mariadb - mariadb-client - mariadb-openrc + - py3-mysqlclient - name: Update MariaDB root password mysql_user: name=root host={{item}} password={{mysql_root_password}} with_items: