mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
Adding more fixes for integration testing under v2
This commit is contained in:
parent
2e0472e03b
commit
c60c295ada
10 changed files with 317 additions and 23 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue