eslam-gomaa / mysql_secure_installation_Ansible

Idempotent Ansible Module that provides the functions of "mysql_secure_installation" script
43 stars 22 forks source link

Debian package mysql-client needs a - in the name #7

Closed pepoweb closed 3 years ago

pepoweb commented 3 years ago

My run on two debian minimal servers failed on the mysqlclient. I found it works when it is named mysql-client:

https://packages.debian.org/sid/mysql-client

eslam-gomaa commented 3 years ago

Hello Peter,

Thank you for letting me know, would you tell me the Debian release you've used ?

Planning to test the different releases as well and update mysql-python_dependencies.yml

pepoweb commented 3 years ago

ansible@debian:~$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

I did a minimal install from the netinstaller I downloaded 2 weeks ago (debian-10.7.0-amd64-netinst.iso). At the moment trying to get an automated MariaDB install including securing it done, so will be testing a bit more in the upcoming days.

eslam-gomaa commented 3 years ago

Thank you,

Will update it very soon