iptables_state: fix race condition between module and its action plugin (#1140)

* fix race condition between module and its action plugin

See https://github.com/ansible-collections/community.general/issues/1136.
Also remove irrelevant/unneeded display.v() and display.warning() around
connection reset.

* do not check for cookie if not in async mode

* add changelog fragment
This commit is contained in:
quidame
2020-10-20 18:27:37 +00:00
committed by GitHub
parent 18a5330e62
commit 3bc31f286e
3 changed files with 30 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- iptables_state - fix race condition between module and its action plugin
(https://github.com/ansible-collections/community.general/issues/1136).