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

modules s[a-e]*: use f-strings (#10976)

* modules s[a-e]*: use f-strings

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-10-26 22:34:24 +13:00 committed by GitHub
parent 32dd5f04c5
commit 73452acf84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 243 additions and 280 deletions

View file

@ -0,0 +1,28 @@
minor_changes:
- say - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_compute - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_compute_private_network - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_container - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_container_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_container_namespace - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_container_namespace_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_container_registry - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_container_registry_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_database_backup - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_function - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_function_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_function_namespace - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_function_namespace_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_ip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_lb - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_private_network - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_security_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_security_group_rule - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_sshkey - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_user_data - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- scaleway_volume - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- sefcontext - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- selogin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- sendgrid - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- seport - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).
- serverless - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976).