Revert "Merge pull request 'Make state-version generation an clan option' (#4056) from state-version-option into main"

This reverts commit a101ff1f11, reversing
changes made to f12b62d8b4.
This commit is contained in:
Johannes Kirschbauer
2025-07-01 18:15:11 +02:00
parent dc6648520f
commit 695574988e
15 changed files with 177 additions and 3 deletions

View File

@@ -63,7 +63,17 @@ def create_base_inventory(ssh_keys_pairs: list[SSHKeyPair]) -> InventoryWrapper:
ssh_keys.append(InvSSHKeyEntry(f"user_{num}", ssh_key.public.read_text()))
"""Create the base inventory structure."""
legacy_services: dict[str, Any] = {}
legacy_services: dict[str, Any] = {
"state-version": {
"someid": {
"roles": {
"default": {
"tags": ["all"],
}
}
}
},
}
instances = InventoryInstancesType(
{