community.general/lib/ansible
Michael DeHaan 61d8e2e7c7 with_items should be processed inside the task class, also make first_available_file
and with_items incompatible.  Most cases that would need this could be solved
with vars_files.
2012-07-15 09:17:04 -04:00
..
inventory Squashed commit of the following: 2012-07-12 01:29:51 -04:00
playbook with_items should be processed inside the task class, also make first_available_file 2012-07-15 09:17:04 -04:00
runner Change the way we do with_items to make them happen next to each other in runner, which eliminates the problem of with_items and vars_files sometimes not playing nice with each other. 2012-07-14 19:18:33 -04:00
__init__.py Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
callbacks.py Misc cleanup -- moved function out of utils, removed debug statement. 2012-07-15 08:50:23 -04:00
constants.py The default private key file was getting set incorrectly from environment variables. My bad. 2012-07-12 13:30:30 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
utils.py Misc cleanup -- moved function out of utils, removed debug statement. 2012-07-15 08:50:23 -04:00