Fix YAML inventory unit test
This commit is contained in:
parent
4d6c28f8c3
commit
8dff0b091e
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ class IniInventory(unittest.TestCase):
|
|||
---
|
||||
all:
|
||||
hosts:
|
||||
test1
|
||||
test2
|
||||
test1:
|
||||
test2:
|
||||
""")}
|
||||
C.INVENTORY_ENABLED = ['yaml']
|
||||
fake_loader = DictDataLoader(inventory_content)
|
||||
|
|
Loading…
Reference in a new issue