mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Fix YAML inventory unit test
This commit is contained in:
committed by
Brian Coca
parent
4d6c28f8c3
commit
8dff0b091e
@@ -168,8 +168,8 @@ class IniInventory(unittest.TestCase):
|
||||
---
|
||||
all:
|
||||
hosts:
|
||||
test1
|
||||
test2
|
||||
test1:
|
||||
test2:
|
||||
""")}
|
||||
C.INVENTORY_ENABLED = ['yaml']
|
||||
fake_loader = DictDataLoader(inventory_content)
|
||||
|
||||
Reference in New Issue
Block a user