You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Michael DeHaan c90a82fd52 Handle possible scenario where conditional might be an integer (whoa!) down the error path. Super rare but fixes #4483. 11 years ago
..
callback_plugins add a way for callback to disable itself 11 years ago
inventory Cache patterns a bit higher up to make things a little more efficient. See #4469. 11 years ago
playbook Fixes a dev branch glitch where a conditional could be applied to multiple tasks. Also improves the errors on parsing bad conditionals to make them less confusing to users. 11 years ago
runner Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
utils Handle possible scenario where conditional might be an integer (whoa!) down the error path. Super rare but fixes #4483. 11 years ago
__init__.py Update 1.4 specfile -- no need for node fireball package, release dates 11 years ago
callbacks.py Merge pull request #3827 from mscherer/disable_callbacks 11 years ago
color.py These fields are booleans. 11 years ago
constants.py Adding config flag role_path for common/global roles 11 years ago
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. 11 years ago
module_common.py USE subprocess.Popen API correctly. 11 years ago