Avoid losing data from events if multiple arrive at the same time. (#1158)

This commit is contained in:
Felix Fontein
2025-10-10 20:21:21 +02:00
committed by GitHub
parent e8ec22d3b1
commit f7e976f3da
3 changed files with 17 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
bugfixes:
- "docker, nsenter connection plugins - fix handling of ``become`` plugin password prompt handling in case multiple events arrive at the same time
(https://github.com/ansible-collections/community.docker/pull/1158)."