mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-11 18:53:07 +01:00
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
{% if data['id'].endswith(('_hypervisor', '_managerhyper')) %}
|
|
check_and_trigger:
|
|
runner.state.orchestrate:
|
|
- args:
|
|
- mods: orch.setup_hypervisor
|
|
{% endif %}
|