Use base role instead of recipe in all runlists

This commit is contained in:
2026-07-04 15:45:23 +02:00
parent 63534e1cf5
commit 5813a45987
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
}
},
"run_list": [
"recipe[kosmos-base]",
"role[base]",
"role[kvm_guest]",
"recipe[kosmos-ejabberd::upload_service]"
]