community.general/lib/ansible/playbook
James Cammarata 5847720746 Fixing a small bug with the new role dependency feature
The block that added the original list of roles was indented too far,
and was only being reached if a role had dependencies. This resulted
in roles without dependencies from being added to the list of roles.

Credit goes to looped for reporting and diagnosing the issue.
2013-08-17 00:06:24 -05:00
..
__init__.py implemented 'inventory_file' variable. Closes GH-3789. 2013-08-10 13:04:56 +02:00
play.py Fixing a small bug with the new role dependency feature 2013-08-17 00:06:24 -05:00
task.py Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression 2013-07-14 21:07:45 +02:00