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:
parent
32dd5f04c5
commit
73452acf84
28 changed files with 243 additions and 280 deletions
28
changelogs/fragments/10976-mod-fstr-sae.yml
Normal file
28
changelogs/fragments/10976-mod-fstr-sae.yml
Normal 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue