pinned pymysql to 0.9.3 to ensure warnings are handled (#10)

Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
This commit is contained in:
Ben Mildren 2020-07-23 16:56:11 +01:00 committed by GitHub
parent ac79b437c8
commit ecd70e8022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ percona_mysql_packages:
- percona-server-client-{{ percona_client_version }} - percona-server-client-{{ percona_client_version }}
python_packages: 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: install_prereqs:
- libaio1 - libaio1