ansible/lib/ansible
Daniel Hokka Zakrisson a83aa1071b Give each task its own module_vars
Otherwise each task will overwrite the previous' items, among
other things.
2012-10-01 17:17:39 +02:00
..
callback_plugins Add __init__'s to git 2012-09-06 18:43:28 -04:00
inventory Getting negative host pattern matching to work with external inventory 2012-09-25 16:16:25 -07:00
playbook Give each task its own module_vars 2012-10-01 17:17:39 +02:00
runner add an error when user tries to async something that can't be asynced 2012-09-30 20:06:55 -04:00
__init__.py Release version bump 2012-09-06 18:56:38 -04:00
callbacks.py If all hosts in a play fail, fail the whole playbook and don't bother printing out every remaining task. 2012-09-30 21:06:00 -04:00
color.py Check for terminal capabilities if curses is available 2012-08-25 00:45:14 +02:00
constants.py ANSIBLE_CONFIG take precedence over ./ansible.cfg 2012-09-29 10:44:14 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Fix to make sure only strings are being joined 2012-09-28 17:51:59 +02:00
utils.py Merge pull request #1159 from dhozac/include-with_items 2012-09-30 05:13:32 -07:00