community.general/lib/ansible
Abhijit Menon-Sen 37c4e9aee3 Clean up debug logging around _low_level_execute_command
We were logging the command to be executed many times, which made debug
logs very hard to read. Now we do it only once.

Also makes the logged ssh command line cut-and-paste-able (the lack of
which has confused a number of people by now; the problem being that we
pass the command as a single argument to execve(), so it doesn't need an
extra level of quoting as it does when you try to run it by hand).
2015-12-11 07:11:48 +05:30
..
cli allow custom callbacks with adhoc cli for scripting 2015-12-10 09:49:54 -05: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 Default msg param to AnsibleError to avoid serialization problems 2015-12-02 14:16:47 -05:00
executor allow custom callbacks with adhoc cli for scripting 2015-12-10 09:49:54 -05:00
galaxy Galaxy 2.0 2015-12-09 10:51:12 -05:00
inventory changed deprecation to removal warning 2015-12-09 12:37:56 -08:00
module_utils Merge remote-tracking branch 'ansible/devel' into issue_13438 2015-12-08 07:42:49 -08:00
modules Update submodule refs 2015-12-10 08:10:45 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Missed one place we were appending the incorrectly escaped item to raw params 2015-12-09 17:58:44 -05:00
playbook attribute defaults that are containers are a copy 2015-12-09 08:40:06 -08:00
plugins Clean up debug logging around _low_level_execute_command 2015-12-11 07:11:48 +05:30
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
vars fix sorting of groups for host vars 2015-12-03 14:23:02 -05: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 removed unused 'pattern' from ansible.cfg 2015-12-09 08:40:06 -08:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00