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:
parent
3d6abd37b0
commit
1446dab063
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue