ansible/lib/ansible
Michael DeHaan 43df00550d Merge pull request #3827 from mscherer/disable_callbacks
add a way for callback to disable itself
2013-10-12 07:03:06 -07:00
..
callback_plugins add a way for callback to disable itself 2013-08-14 22:32:28 +02:00
inventory Cache patterns a bit higher up to make things a little more efficient. See #4469. 2013-10-11 22:24:37 -04:00
playbook Fix an issue where the ordering of an include statement is processed ahead of the conditional in the included statement, 2013-10-11 20:43:58 -04:00
runner Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
utils Fixup legacy var detector. 2013-10-11 19:16:36 -04:00
__init__.py Update 1.4 specfile -- no need for node fireball package, release dates 2013-09-13 17:31:34 -04:00
callbacks.py Merge pull request #3827 from mscherer/disable_callbacks 2013-10-12 07:03:06 -07:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Deprecation warnings of several flavors, nice and purple and can be disabled 2013-10-11 18:37:39 -04: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 USE subprocess.Popen API correctly. 2013-09-29 23:22:09 -04:00