inventory.{cli,api}: use only dictionaries
This commit is contained in:
@@ -72,7 +72,7 @@ def test_add_module_to_inventory(
|
||||
|
||||
inventory = load_inventory_json(base_path)
|
||||
|
||||
inventory.services = {
|
||||
inventory["services"] = {
|
||||
"borgbackup": {
|
||||
"borg1": {
|
||||
"meta": {"name": "borg1"},
|
||||
|
||||
Reference in New Issue
Block a user