runner to setup manager for first hypervisor

This commit is contained in:
m0duspwnens
2025-01-14 16:20:21 -05:00
parent 776afa4a36
commit 2e3c1adc63
4 changed files with 586 additions and 80 deletions

View File

@@ -1,6 +1,4 @@
{% if data['id'].endswith(('_hypervisor', '_managerhyper')) %}
check_and_trigger:
runner.state.orchestrate:
- args:
- mods: orch.setup_hypervisor
runner.setup_hypervisor.setup_environment: []
{% endif %}