ansible/lib/ansible
2013-10-07 17:15:19 -04:00
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 2013-06-09 12:19:07 -04:00
inventory Return inventory objects in the order they are presented. Additionally, fix host slicing such that it works on Python terms with 2013-10-07 15:06:15 -04:00
playbook Prevent duplicately loaded handlers from running more than once. 2013-10-07 17:15:19 -04:00
runner Script module should return changed attribute so handlers always fire, unless "changed_when" is specified. 2013-10-07 17:06:25 -04:00
utils Merge pull request #4255 from mcodd/legacy_vars_fix 2013-10-07 05:44:06 -07: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 Pass host to runner_on_file_diff callback 2013-10-07 08:55:01 -04:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Merge branch 'devel' of git://github.com/nextus/ansible into devel 2013-10-07 08:39:23 -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