Fix: configure deferred setting module path correctly
This commit is contained in:
@@ -109,8 +109,8 @@ class InventoryStore:
|
|||||||
self.inventory_file = self._flake.path / inventory_file_name
|
self.inventory_file = self._flake.path / inventory_file_name
|
||||||
if _allowed_path_transforms is None:
|
if _allowed_path_transforms is None:
|
||||||
_allowed_path_transforms = [
|
_allowed_path_transforms = [
|
||||||
"instances.*.settings",
|
"instances.*.roles.*.settings",
|
||||||
"instances.*.machines.*.settings",
|
"instances.*.roles.*.machines.*.settings",
|
||||||
]
|
]
|
||||||
self._allowed_path_transforms = _allowed_path_transforms
|
self._allowed_path_transforms = _allowed_path_transforms
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user