1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-03 17:03:06 +00:00

modules a*: use f-strings (#10942)

* modules a*: use f-strings

* add changelog frag

* add changelog frag

* rename chglof frag file
This commit is contained in:
Alexei Znamensky 2025-10-23 17:50:32 +13:00 committed by GitHub
parent 0feabaa7da
commit d86340b9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 219 additions and 214 deletions

View file

@ -0,0 +1,22 @@
minor_changes:
- hwc_utils module_utils plugin - adjust f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- manageiq module_utils plugin - adjust f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- aerospike_migrations - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- airbrake_deployment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- aix_devices - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- aix_filesystem - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- aix_inittab - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- aix_lvg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- aix_lvol - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- alerta_customer - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- ali_instance - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- alternatives - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- android_sdk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- ansible_galaxy_install - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- apache2_mod_proxy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- apache2_module - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- apk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- apt_repo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- apt_rpm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- archive - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).
- awall - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942).