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/15456/head
parent
94ff39c878
commit
94a8064485
Loading…
Reference in New Issue