ansible/lib/ansible
jctanner ea8cd62b19 Merge pull request #5259 from mvo5/bugfix/improve-error-on-invalid-vars-file
improve error on invalid vars file (if its a list instead of a dict)
2013-12-17 11:12:53 -08:00
..
callback_plugins add a way for callback to disable itself 2013-08-14 22:32:28 +02:00
inventory Improve Group.get_hosts() performance. 2013-11-18 03:48:55 +01:00
module_utils Merge pull request #5122 from willthames/openlog_str 2013-12-13 08:51:48 -08:00
playbook improve error on invalid vars file (if its a list instead of a dict) 2013-12-12 09:56:30 +01:00
runner ssh_alt - only trigger 'fatal' when returncode == 255 (interpreted as 'could no connect') 2013-12-17 11:42:00 -05:00
utils Fix for issue #4730 - stacktrace when deferenencing a non-existent group 2013-12-02 18:25:43 +01:00
__init__.py Version bump for 1.5 2013-11-21 16:33:23 -05:00
callbacks.py Prevent UnicodeEncodeError 2013-12-05 13:17:57 -02:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Revert "Merge pull request #4874 from leth/editable_install" 2013-12-16 15:57:03 -05:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py Avoid UnicodeDecodeError exception when passing module args 2013-12-06 12:59:43 -02:00