1
0
Fork 0
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:
Alexei Znamensky 2025-12-01 18:46:50 +13:00 committed by GitHub
parent d30428ac71
commit 16d51a8233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).