mirror of https://github.com/ansible/ansible.git
* [stable-2.9] Fix missing persistent connection messages (#68496)
* Be more proactive about returning module messages
* Move message display to a function, and replace handling already in shutdown().
(cherry picked from commit 5f6427b1fc)
Co-authored-by: Nathaniel Case <ncase@redhat.com>
* Add changelog
pull/68620/merge
parent
ea4f6e1539
commit
a41f09901b
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- Log additional messages from persistent connection modules that may be
|
||||
missed if the module fails or returns early.
|
||||
Loading…
Reference in New Issue