mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
modules ip*: use f-strings (#10968)
* modules ip*: use f-strings * add changelog frag
This commit is contained in:
parent
0ef2235929
commit
0b6e99b28b
13 changed files with 80 additions and 73 deletions
13
changelogs/fragments/10968-mod-fstr-ip.yml
Normal file
13
changelogs/fragments/10968-mod-fstr-ip.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
minor_changes:
|
||||
- ipa_getkeytab - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipa_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipa_otptoken - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipa_subca - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipa_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipbase_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipify_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipinfoio_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipmi_boot - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipmi_power - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- iptables_state - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
- ipwcli_dns - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968).
|
||||
Loading…
Add table
Add a link
Reference in a new issue