mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Adding v2 task/block iterator and some reorganizing
This commit is contained in:
@@ -45,6 +45,7 @@ class TestPlaybook(unittest.TestCase):
|
||||
""",
|
||||
})
|
||||
p = Playbook.load("test_file.yml", loader=fake_loader)
|
||||
entries = p.get_entries()
|
||||
|
||||
def test_bad_playbook_files(self):
|
||||
fake_loader = DictDataLoader({
|
||||
|
||||
Reference in New Issue
Block a user