1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-03 23:41:51 +00:00

keycloak_userprofile: Add missing selector option (#11309)

* Add selector option

* Add fragment

* Formatting
This commit is contained in:
maxblome 2025-12-28 09:30:56 +01:00 committed by GitHub
parent 97e6ba0b65
commit 9f5114dc76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- keycloak_userprofile - add support for ``selector`` option (https://github.com/ansible-collections/community.general/pull/11309).