fix: do not force use_data usage
This commit is contained in:
parent
2488cc471e
commit
46e2ede81d
1 changed files with 2 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ secret_manager:
|
|||
]
|
||||
if hidden_outputs:
|
||||
rougail_process += """
|
||||
hidden:
|
||||
disabled:
|
||||
type: jinja
|
||||
jinja: |
|
||||
"""
|
||||
|
|
@ -470,6 +470,7 @@ default_params:
|
|||
mandatory: false
|
||||
default: {value}
|
||||
"""
|
||||
# print(rougail_process)
|
||||
rougail_options += rougail_process
|
||||
convert = FakeRougailConvert(add_extra_options)
|
||||
convert.init()
|
||||
|
|
|
|||
Loading…
Reference in a new issue