mirror of https://github.com/ansible/ansible.git
Don't use -tt for ssh connections when sudoable=False
Due to an apparent race condition while using pty's on a heavily loaded system, rarely a request to create a temp directory returns an empty string rather than the newly created path, causing an error. Disabling forced pty's appears to resolve the issue, so this patch modifies the mkdtemp remote call not use -tt as we're not escalating privileges and thus no pty is required. Fixes #13876pull/15377/head
parent
6a97d6386f
commit
44877b7c7e
Loading…
Reference in New Issue