mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
remove % templating (#11231)
* remove % templating * add changelog frag * suggestions from review * remove unused import
This commit is contained in:
parent
d30428ac71
commit
16d51a8233
3 changed files with 7 additions and 6 deletions
3
changelogs/fragments/11231-perc-format.yml
Normal file
3
changelogs/fragments/11231-perc-format.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- oneandone_server - replace ``%`` templating with f-strings or ``format()`` (https://github.com/ansible-collections/community.general/pull/11231).
|
||||
- packet_device - replace ``%`` templating with f-strings or ``format()`` (https://github.com/ansible-collections/community.general/pull/11231).
|
||||
Loading…
Add table
Add a link
Reference in a new issue