Adding more fixes for integration testing under v2

This commit is contained in:
James Cammarata 2015-01-19 16:18:18 -06:00
commit c60c295ada
10 changed files with 317 additions and 23 deletions

View file

@ -30,7 +30,7 @@ def load_list_of_blocks(ds, parent_block=None, role=None, task_include=None, use
return a list of Block() objects, where implicit blocks
are created for each bare Task.
'''
# we import here to prevent a circular dependency with imports
from ansible.playbook.block import Block