ansible/lib/ansible
2014-01-27 16:27:02 -06:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Fix an issue where git-pull fails with AttributeError 2014-01-20 20:10:47 -08:00
module_utils When not finding a host in ~/.ssh/known_hosts, the return value is 0 if the host just is not found. We then never check the system host file in /etc. This fixes the code to check /etc on any failure, not just a bad return code. 2014-01-20 18:56:39 -08:00
playbook Fixing bug relating to su without an su_pass 2014-01-27 16:27:02 -06:00
runner Fixing bug relating to su without an su_pass 2014-01-27 16:27:02 -06:00
utils Fixing traceback caused by incorrect argument passing to json.dumps 2014-01-27 11:28:07 -06:00
__init__.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
callbacks.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
color.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
constants.py Bug in constants.py, ANSIBLE_SSH_PIPELINING should be coerced to boolean 2014-01-22 13:54:28 +00:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00