action plugins: use f-strings (#9318)

* action plugins: use f-strings

* add changelog frag

* adjustment from review
This commit is contained in:
Alexei Znamensky 2024-12-23 23:21:25 +13:00 committed by GitHub
commit 79bef1a14c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 62 additions and 61 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- iptables_state action plugin - use f-strings instead of interpolations or ``format`` (https://github.com/ansible-collections/community.general/pull/9318).
- shutdown action plugin - use f-strings instead of interpolations or ``format`` (https://github.com/ansible-collections/community.general/pull/9318).