mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 23:24:21 -07:00
[PR #9318/79bef1a1 backport][stable-10] action plugins: use f-strings (#9333)
action plugins: use f-strings (#9318)
* action plugins: use f-strings
* add changelog frag
* adjustment from review
(cherry picked from commit 79bef1a14c
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
28fed38757
commit
3fe559b88f
3 changed files with 62 additions and 61 deletions
3
changelogs/fragments/9318-fstr-actionplugins.yml
Normal file
3
changelogs/fragments/9318-fstr-actionplugins.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue