mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 18:50:31 -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
4 lines
167 B
YAML
4 lines
167 B
YAML
---
|
|
bugfixes:
|
|
- iptables_state - fix race condition between module and its action plugin
|
|
(https://github.com/ansible-collections/community.general/issues/1136).
|