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:
parent
18c563c9cc
commit
021b1621e4
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user