fix: do not force use_data usage

This commit is contained in:
egarette@silique.fr 2025-05-02 08:14:19 +02:00
parent acfca4f6a5
commit a2787fd7f2

View file

@ -30,7 +30,7 @@ yaml:
disabled:
type: jinja
jinja: |
{{% if 'yaml' not in step.user_data %}}
{{% if step.user_data is propertyerror or 'yaml' not in step.user_data %}}
disabled
{{% endif %}}