community.general/lib/ansible/runner
Michael Scherer 53830123fd Make ssh debug easier to read and paste
Currently, ansible -vvvv show the following:

    hostname EXEC ['ssh', '-C', '-vvv', '-o', 'ControlMaster=auto',

This is not good if someone want to cut and paste it to see if something
is wrong with the command line, so join the dictionnary strings with spaces
to have 1 string in the output.
2014-09-03 21:04:14 +02:00
..
action_plugins group_by: make sure new group has bigger priority than all group 2014-08-19 16:34:30 +02:00
connection_plugins Make ssh debug easier to read and paste 2014-09-03 21:04:14 +02:00
filter_plugins Undo changes to filter module 2014-08-27 10:04:47 -05:00
lookup_plugins Make sure password files from lookups are created with restrictive permissions 2014-08-19 11:30:04 -05:00
shell_plugins Replace Get-FileHash with MD5 code that works on PowerShell 3. 2014-08-28 01:42:22 -04:00
__init__.py Use split_args directly to check for omitted params 2014-08-27 11:51:03 -05:00
connection.py Error if private_key_file is group/world readable 2014-07-02 13:44:53 -07:00
poller.py Fix typo: & -> and 2014-08-14 16:52:59 +03:00
return_data.py When parsing json from untrusted sources, remove templating tags 2014-07-01 14:14:14 -05:00