community.general/lib/ansible
2013-08-08 21:37:33 +05:30
..
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 Add support for INI comments that begin with '#' or ';' 2013-08-06 11:41:07 -04:00
playbook Merge pull request #3773 from cchurch/devel 2013-08-06 13:32:53 -07:00
runner Correctly check for failed status from an async task. Use runner_on_async_failed callback (instead of runner_on_failed) when an async task times out. Add runner_on_async_ok callback when a task is started in fire and forget mode. 2013-08-06 12:42:44 -04:00
utils now correctly 'types' value pairs that are passed as options to jinja 2013-08-01 21:08:23 -04:00
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py PEP8 indent fix 2013-08-03 14:54:24 -04:00
color.py Add a nocolor setting to ansible.cfg 2013-08-08 21:37:33 +05:30
constants.py Add a nocolor setting to ansible.cfg 2013-08-08 21:37:33 +05:30
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 Merge pull request #3706 from lorin/sudo_user_breakage 2013-08-01 17:15:26 -07:00