♻️ small fixes

This commit is contained in:
Ondrej Samohel 2025-11-26 15:25:54 +01:00
parent 1cddb86918
commit 794bb716b2
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -54,11 +54,9 @@ def get_product_name_template(
"product_types": product_type,
"hosts": host_name,
"tasks": task_name,
"task_types": task_type
"task_types": task_type,
"product_base_types": product_base_type,
}
filtering_criteria["product_base_types"] = product_base_type
matching_profile = filter_profiles(profiles, filtering_criteria)
template = None
if matching_profile: