fix: structural load
This commit is contained in:
parent
01feb985fb
commit
7925cdcc6a
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@ step:
|
||||||
redefine: true
|
redefine: true
|
||||||
default:
|
default:
|
||||||
jinja: |-
|
jinja: |-
|
||||||
{% if step.user_data == ['bitwarden'] %}
|
{% if 'bitwarden' in step.user_data %}
|
||||||
bitwarden
|
bitwarden
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if step.user_data == ['risotto'] %}
|
{% if 'risotto' in step.user_data %}
|
||||||
risotto
|
risotto
|
||||||
{% else %}
|
{% else %}
|
||||||
directory
|
directory
|
||||||
|
|
Loading…
Reference in a new issue