check features and allowed/states

This commit is contained in:
m0duspwnens
2025-01-15 14:13:12 -05:00
parent 161e8a6c21
commit 01ac1cdcca
9 changed files with 226 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
{% if data['id'].endswith(('_hypervisor', '_managerhyper')) %}
{% if data['act'] == 'accept' and data['id'].endswith(('_hypervisor', '_managerhyper')) and data['result'] == True %}
check_and_trigger:
runner.setup_hypervisor.setup_environment: []
{% endif %}