community.general/lib/ansible/runner
Heikki Hokkanen b6875b3b87 Fix .ssh/known_hosts path expansion.
In particular, do not rely on the $USER environment variable always existing.
tmux for example seems to clear it, causing lots of invalid messages:
"previous known host file not found"

This broke in commit 80fd22dc, but instead of reverting that commit, we now
fall back to expanding just ~ when $USER is not set.
2014-01-28 15:11:44 -06:00
..
action_plugins Make synchronize module work better with local transport, fix #5668 2014-01-17 17:32:36 +01:00
connection_plugins Fix .ssh/known_hosts path expansion. 2014-01-28 15:11:44 -06:00
filter_plugins Fixing traceback caused by incorrect argument passing to json.dumps 2014-01-27 11:28:07 -06:00
lookup_plugins Merge pull request #4987 from jpmens/lookup-csvfile 2014-01-14 07:17:52 -08:00
__init__.py self.su_user is done earlier in the code path, and is auto-vivified from 2014-01-28 11:04:24 -06:00
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 2013-04-05 14:50:15 -04:00
poller.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
return_data.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00