community.general/lib/ansible
James Cammarata 44877b7c7e 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 #13876
2016-04-11 23:22:13 -04:00
..
cli Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
galaxy Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255 2016-04-03 02:55:19 -04:00
inventory draft add group merge priority and yaml inventory 2016-04-07 16:22:36 -04:00
module_utils Merge pull request #15289 from sivel/sni-urllib3-contrib-try2 2016-04-08 11:26:49 -05:00
modules updated submodule ref 2016-04-08 11:44:09 -04:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00
playbook Ziploader 2016-04-05 11:06:17 -07:00
plugins Don't use -tt for ssh connections when sudoable=False 2016-04-11 23:22:13 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils Fixes to the documentation build (#15356) 2016-04-11 17:11:55 -07:00
vars fix options_vars iteration for py3 2016-04-07 19:16:15 -07:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Adding a config option to allow disabling locale settings upon module exec 2016-04-06 12:19:22 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00