I am using the inventory script directly from a playbook. The thing is
that Ansible creates a long chain of processes and if the VM's parent
process waits on its parent process, the VM is terminated sometime
during a playbook run.
This commit adds a way to lock on a presence of a file, not just a
process.
I am using the inventory script directly from a playbook. The thing is
that Ansible creates a long chain of processes and if the VM's parent
process waits on its parent process, the VM is terminated sometime
during a playbook run.
This commit adds a way to lock on a presence of a file, not just a
process.