mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
pinned pymysql to 0.9.3 to ensure warnings are handled
This commit is contained in:
parent
ac79b437c8
commit
ade2a7db3a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ percona_mysql_packages:
|
|||
- percona-server-client-{{ percona_client_version }}
|
||||
|
||||
python_packages:
|
||||
- pymysql
|
||||
- pymysql==0.9.3 # temporary fix pinning to 0.9.3 to ensure warnings are handled (https://github.com/ansible-collections/community.mysql/pull/9#issuecomment-663040948)
|
||||
|
||||
install_prereqs:
|
||||
- libaio1
|
||||
|
|
Loading…
Add table
Reference in a new issue