Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 79748ed

Browse files
petr-baloghmachacekondra
authored andcommitted
Change answer to yes in answerfile
For answer QUESTION/1/OVESETUP_WAIT_RUNNING_TASKS the changed answer to yes to follow standard answer.
1 parent 67a6571 commit 79748ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/answerfile_4.2_upgrade.txt.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ OVESETUP_OVN/ovirtProviderOvnPassword=str:{{ ovirt_engine_setup_provider_ovn_pas
1212
OVESETUP_OVN/ovirtProviderOvnPassword=none:None
1313
{% endif %}
1414
{% if ovirt_engine_setup_wait_running_tasks is defined %}
15-
QUESTION/1/OVESETUP_WAIT_RUNNING_TASKS=str:{{ ovirt_engine_setup_wait_running_tasks }}
15+
QUESTION/1/OVESETUP_WAIT_RUNNING_TASKS=str:{{ ovirt_engine_setup_wait_running_tasks | ternary('yes','no') }}
1616
{% endif %}

0 commit comments

Comments
 (0)