mirror of https://github.com/ansible/ansible.git
Fix ansible-connection persist after playbook run complete issue (#61591)
* Fix ansible-connection persist after playbook run issue * PR https://github.com/ansible/ansible/pull/59153 to add support for delaying the ansible-connection added an old issue of ansible-connection persisting even after playbook run is finished till either command timeout or connect timeout is triggered. ansible-connection persist after playbook execution is done and also delays the connection initilization untill a method in invoked from module side on the connection object. * Add chanegelogpull/61925/head
parent
e6fe52bc56
commit
4f29b5a76b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-connection persists even after playbook run is completed (https://github.com/ansible/ansible/pull/61591)
|
Loading…
Reference in New Issue