modules h*: use f-strings (#10959)

* modules h*: use f-strings

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-10-25 11:59:12 +13:00
committed by GitHub
parent b67e7c83cf
commit f9b4abf930
24 changed files with 242 additions and 402 deletions

View File

@@ -0,0 +1,24 @@
minor_changes:
- haproxy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- heroku_collaborator - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- homebrew - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- homebrew_cask - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- homebrew_services - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- homebrew_tap - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- homectl - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- honeybadger_deployment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hpilo_boot - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hpilo_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- htpasswd - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_ecs_instance - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_evs_disk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_network_vpc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_smn_topic - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_eip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_peering_connect - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_port - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_private_ip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_route - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_security_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_security_group_rule - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).
- hwc_vpc_subnet - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959).