fix: do not force use_data usage
This commit is contained in:
parent
acfca4f6a5
commit
a2787fd7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ yaml:
|
||||||
disabled:
|
disabled:
|
||||||
type: jinja
|
type: jinja
|
||||||
jinja: |
|
jinja: |
|
||||||
{{% if 'yaml' not in step.user_data %}}
|
{{% if step.user_data is propertyerror or 'yaml' not in step.user_data %}}
|
||||||
disabled
|
disabled
|
||||||
{{% endif %}}
|
{{% endif %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue