mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 23:47:55 +02:00
hypervisor highstate after image creation, not when key accepted
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{% if data['act'] == 'accept' and data['id'].endswith(('_hypervisor', '_managerhyper')) and data['result'] == True %}
|
||||
check_and_trigger:
|
||||
runner.setup_hypervisor.setup_environment: []
|
||||
runner.setup_hypervisor.setup_environment:
|
||||
- kwargs:
|
||||
minion_id: {{ data['id'] }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user