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

Commit d383bb7

Browse files
kobihkmachacekondra
authored andcommitted
add is defined in the json condition to prevent undefined param failure
1 parent 8a86725 commit d383bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/basic_answerfile.txt.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[environment:default]
2-
{% if ovirt_engine_setup_fqdn %}
2+
{% if ovirt_engine_setup_fqdn is defined %}
33
OVESETUP_CONFIG/fqdn=str:{{ ovirt_engine_setup_fqdn }}
44
{% endif %}
55
{% if ovirt_engine_setup_firewall_manager %}

0 commit comments

Comments
 (0)