mirror of https://github.com/ansible/ansible.git
Close subprocess stdout and stderr in the ssh connection plugin (#64874)
Eliminate `ResourceWarning: unclosed file` by closing all file handles of each subprocess used by the SSH connection plugin to execute commands. This change prevents Ansible from accumulating "forgotten" open file handles. PR #64785 by Julien Palard Fixes #64768pull/65015/head^2
parent
e3af54ffdd
commit
6ee5297c02
Loading…
Reference in New Issue