[PR #11231/16d51a82 backport][stable-12] remove % templating (#11237)

remove % templating (#11231)

* remove % templating

* add changelog frag

* suggestions from review

* remove unused import

(cherry picked from commit 16d51a8233)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-12-01 07:21:07 +01:00
committed by GitHub
parent 721d2bd35d
commit 3033dfa27c
3 changed files with 7 additions and 6 deletions

View 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).