mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
* 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
(cherry picked from commit 3bc31f286e
)
Co-authored-by: quidame <quidame@poivron.org>
This commit is contained in:
parent
c826a81b40
commit
7da1f3ffea
3 changed files with 30 additions and 5 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue