Closed
Description
Describe the Bug
With ssl set to false, the module still adds the cert, ca, and key params which break the latest version of mariadb on EL7.
Expected Behavior
Those params should not be present when ssl is disabled.
Steps to Reproduce
Steps to reproduce the behavior:
- On EL7, upgrade mariadb to latest version as of 08-Nov-2022.
- MariaDB fails to start.
Environment
- Version = 12.0.1
- Platform = CentOS 7
Additional Context
We're not enabling ssl so it's set to false as default.