fix product name template filtering

This commit is contained in:
Jakub Trllo 2025-11-29 16:13:55 +01:00
parent 151950b18c
commit 7224969180

View file

@ -41,8 +41,8 @@ def get_product_name_template(
profiles = tools_settings["creator"]["product_name_profiles"]
filtering_criteria = {
"product_types": product_type,
"hosts": host_name,
"tasks": task_name,
"host_names": host_name,
"task_names": task_name,
"task_types": task_type
}