mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-07 03:00:33 -07:00
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>
3 lines
327 B
YAML
3 lines
327 B
YAML
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).
|