mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Add changelog fragment for #26
This commit is contained in:
parent
7719360c83
commit
11c8fb9bd9
1 changed files with 7 additions and 0 deletions
7
changelogs/fragments/26-remove_tls_requirements.yml
Normal file
7
changelogs/fragments/26-remove_tls_requirements.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
bugfixes:
|
||||
- mysql_user - Correct procedure to check existing TLS requirements.
|
||||
- mysql_user - Minor syntax fixes.
|
||||
improvements:
|
||||
- mysql_user - Added tests to verify that TLS requirements are removed with an empty `tls_requires` parameter.
|
||||
- mysql_user - Added examples on how to remove TLS requirements by setting an empty `tls_requires` parameter.
|
||||
- mysql_user - Refactored TLS requirement tests into their own file.
|
Loading…
Add table
Reference in a new issue