mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
modules g*: use f-strings (#10958)
* modules g*: use f-strings * add changelog frag * remove extraneous to_native()
This commit is contained in:
parent
a3987c9844
commit
b67e7c83cf
31 changed files with 250 additions and 245 deletions
31
changelogs/fragments/10958-mod-fstr-g.yml
Normal file
31
changelogs/fragments/10958-mod-fstr-g.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
minor_changes:
|
||||
- gconftool2 - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gem - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- git_config - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- git_config_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_deploy_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_issue - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_release - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_repo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_webhook - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- github_webhook_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_branch - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_deploy_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_group_access_token - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_group_members - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_hook - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_issue - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_label - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_merge_request - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_milestone - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_project - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_project_access_token - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_project_badge - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_project_members - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_protected_branch - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_runner - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gitlab_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- grove - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
- gunicorn - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958).
|
||||
Loading…
Add table
Add a link
Reference in a new issue