mirror of https://github.com/ansible/ansible.git
Close subprocess stdout and stderr in the ssh connection plugin
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/64785/merge
parent
67fd17bee4
commit
81b334bcaf
Loading…
Reference in New Issue