mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
* Add TLS connection parameters * Add check mode tests * Fix check mode indentation * Run MySQL commands with the mysql_command variable * Fix typo * Restore code lost during cherry pick * Fix conditionals to accomodate for MySQL v8 * Fix equal operators * Remove Black formatting in an attempt to make codecov happy * Remove deprecation notice * Fix closing bracket * Remove code duplication
2 lines
125 B
YAML
2 lines
125 B
YAML
minor_changes:
|
|
- mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.mysql/pull/9).
|