4 lines
296 B
YAML
4 lines
296 B
YAML
---
|
|
bugfixes:
|
|
- keycloak_realm - ``ssl_required`` changed from a boolean type to accept the strings ``none``, ``external`` or ``all``. This is not a breaking change since the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693).
|