community.mysql/plugins/module_utils
Laurent Indermuehle 04af62c400
Embed pymysql within the collection and use default test container
This change eliminates the need to install the connector on each
controlled node, as `pymysql` version 1.1.1 is now included. As a
result, we can safely assume its availability, thus simplifying the
testing process.

Also, I managed to remove the need for pre-built test containers. We
now use the default test containers from ansible-test.
2024-06-07 14:05:40 +02:00
..
implementations Enhance support of tls_requires in mysql_user and mysql_info (#628) 2024-04-16 10:52:24 +02:00
pymysql Embed pymysql within the collection and use default test container 2024-06-07 14:05:40 +02:00
_version.py Add PSF-license.txt file (#356) 2022-05-16 09:41:48 +02:00
database.py Update licensing information (#390) 2022-06-03 11:47:03 +02:00
mysql.py Embed pymysql within the collection and use default test container 2024-06-07 14:05:40 +02:00
user.py Fix hashed passwords being returned by get_existing_authentication() via the plugin_auth_string variable instead of plugin_hash_string (#629) 2024-06-06 13:05:31 +02:00
version.py Drop support for Ansible 2.9 and ansible-base 2.10 (#343) 2022-05-12 10:50:26 +02:00