community.mysql/changelogs/fragments/244-remove-requiressl-privilege.yaml
Jorge Rodriguez (A.K.A. Tiriel) dd4700989f
Remove support for REQUIRESSL privilege (#244)
* Remove support for REQUIRESSL privilege

* Fix error search string
2021-12-01 07:56:04 +01:00

2 lines
217 B
YAML

breaking_changes:
- mysql_user - remove support for the `REQUIRESSL` special privilege as it has ben superseded by the `tls_requires` option (https://github.com/ansible-collections/community.mysql/discussions/121).