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
|
||||
default:
|
||||
jinja: |-
|
||||
{% if step.user_data == ['bitwarden'] %}
|
||||
{% if 'bitwarden' in step.user_data %}
|
||||
bitwarden
|
||||
{% endif %}
|
||||
{% if step.user_data == ['risotto'] %}
|
||||
{% if 'risotto' in step.user_data %}
|
||||
risotto
|
||||
{% else %}
|
||||
directory
|
||||
|
|
Loading…
Reference in a new issue