Fix: configure deferred setting module path correctly

This commit is contained in:
Johannes Kirschbauer
2025-05-27 16:31:54 +02:00
parent a62ac116d8
commit 38b83c41cf

View File

@@ -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