workflow update

This commit is contained in:
CC
2026-06-15 22:29:26 +01:00
parent 8e7307044d
commit 0abfcaef90
4 changed files with 17 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
selected_instance = one([
for cfg in var.instance_configs :
cfg if cfg.crispy_name == var.node_name
])