Ensure python3 mysql client libraries are present

These are required when ansible uses python3 on the target host.

Change-Id: I97e8e9b8cb5aa4901207079c0c45813fe9d7f887
(cherry picked from commit d74863bc52)
This commit is contained in:
Jonathan Rosser 2020-04-03 21:09:04 +01:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 18c563c9cc
commit 021b1621e4
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ galera_server_required_distro_packages:
- libgcrypt20
- libstdc++6
- python-pymysql # needed by mysql_user
- python3-pymysql # needed by mysql_user
- software-properties-common
- xinetd

View File

@ -30,6 +30,7 @@ galera_server_required_distro_packages:
- MariaDB-client
- MariaDB-devel
- python-MySQL-python # needed by mysql_user
- python3-PyMySQL
- xinetd
galera_etc_conf_file: "/etc/mysql/my.cnf"