mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
@@ -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).
|
||||
Reference in New Issue
Block a user