ansible/lib/ansible
2013-07-21 08:52:00 -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 Enable negated patterns 2013-06-20 07:55:35 +02:00
playbook When a role/include has a conditional, add that conditional ahead of any on the task, not behind, so it can short circuit. 2013-07-20 18:34:24 -04:00
runner Fix for saving conditionals in variable expressions. 2013-07-21 08:52:00 -04:00
utils Fix for saving conditionals in variable expressions. 2013-07-21 08:52:00 -04:00
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py Remove variable per pyflakes 2013-07-20 12:52:17 -04:00
color.py Check for existence of isatty on stdout before calling it 2013-07-19 11:06:31 +03:00
constants.py now ANSIBLE_KEEP_REMOTE_FILE acts as boolean 2013-07-14 22:08:36 -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 changed atomic_move to be more 'optimistic' which helps deal with corner 2013-07-20 12:07:00 -04:00