keycloak: use f-strings (#10941)

* keycloak: use f-strings

* remove nested f-str

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-10-23 10:17:06 +13:00
committed by GitHub
parent 728856f611
commit 0feabaa7da
2 changed files with 190 additions and 308 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- keycloak module utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10941).