1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

modules [jk]*: use f-strings (#10970)

* modules [jk]*: use f-strings

* add changelog frag

* Apply suggestions from code review

* typing insanity
This commit is contained in:
Alexei Znamensky 2025-10-26 19:54:15 +13:00 committed by GitHub
parent 8120e9347e
commit 4a6a449fbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 363 additions and 408 deletions

View file

@ -0,0 +1,46 @@
minor_changes:
- jabber - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- java_cert - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- java_keystore - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jboss - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_build - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_build_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_credential - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_job - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_job_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_node - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jenkins_script - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- jira - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- kdeconfig - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- kernel_blacklist - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_authentication - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_authentication_required_actions - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_authz_authorization_scope - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_authz_custom_policy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_authz_permission - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_authz_permission_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_client - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_client_rolemapping - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_client_rolescope - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_clientscope - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_clientsecret_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_clientsecret_regenerate - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_clienttemplate - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_component - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_component_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_identity_provider - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_realm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_realm_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_realm_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_realm_keys_metadata_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_realm_rolemapping - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_role - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_user_federation - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_user_rolemapping - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keycloak_userprofile - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keyring - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- keyring_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).
- kibana_plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970).