mirror of https://github.com/ansible/ansible.git
Introduce a connection locking infrastructure
The lock file is (a temporary file) opened in the parent process, whose open fd is inherited by the workers after fork, and passed down through the PlayContext. Connection grows lock/unlock methods which can be used by individual connection plugins.pull/12212/head
parent
88d3751c28
commit
5887e96b27
Loading…
Reference in New Issue