iptables_state: fix async status call (-> action plugin) (#2711) (#2728)

* fix call to async_status (-> action plugin)

* add changelog fragment

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* rename a local variable for readability

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 463c576a67)

Co-authored-by: quidame <quidame@poivron.org>
This commit is contained in:
patchback[bot]
2021-06-06 18:10:26 +02:00
committed by GitHub
parent be6d3e9aa1
commit 434ff80ec6
2 changed files with 20 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- "iptables_state - call ``async_status`` action plugin rather than its module
(https://github.com/ansible-collections/community.general/issues/2700)."