1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00

Cut package for unsupported python connector mysqlclient

This commit is contained in:
Laurent Indermuehle 2025-11-03 13:52:44 +01:00
parent 3d6abd37b0
commit 1446dab063
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -40,12 +40,6 @@
name:
- bzip2 # To test mysql_db dump compression
- "{{ db_engine }}-client"
# The command mysql-config must be present for mysqlclient python package.
# The package libmysqlclient-dev that provides this command have a
# different name between Ubuntu 20.04 and 22.04. Luckily, libmysql++ is
# available on both.
- "{{ 'libmysql++-dev' if db_engine == 'mysql' else 'libmariadb-dev' }}"
allow_unauthenticated: true
state: present