mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
shuts down persistent connections at end of play run (#32825)
This change will now track any created persistent connection and shut it down at the end of the play run. This change also includes an update to properly honor the reset_connection meta handler.
This commit is contained in:
committed by
John R Barker
parent
9d56ffa4ed
commit
69575e25d0
@@ -292,6 +292,8 @@ class StrategyModule(StrategyBase):
|
||||
|
||||
host_results.extend(results)
|
||||
|
||||
self.update_active_connections(results)
|
||||
|
||||
try:
|
||||
included_files = IncludedFile.process_include_results(
|
||||
host_results,
|
||||
|
||||
Reference in New Issue
Block a user