mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
Add TLS connection parameters (#9)
* 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
This commit is contained in:
parent
ecd70e8022
commit
36e7e6603e
3 changed files with 318 additions and 25 deletions
2
changelogs/fragments/369-mysql_user_add_tls_requires.yml
Normal file
2
changelogs/fragments/369-mysql_user_add_tls_requires.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.mysql/pull/9).
|
Loading…
Add table
Add a link
Reference in a new issue