Force type casting to boolean in dhcp flag
That is going to fall under true if we pass it as string, causing our tests to fail. Change-Id: Ie87d624c876f36ad1ded7f9b250c38958cf8937e
This commit is contained in:
parent
2e19f19fc7
commit
d94359f8e4
@ -1,5 +1,5 @@
|
|||||||
# This file is managed by bifrost
|
# This file is managed by bifrost
|
||||||
{% if inventory_dhcp_static_ip %}
|
{% if inventory_dhcp_static_ip | bool %}
|
||||||
{{ nics[0]['mac'] }},{{provisioning_ipv4_address}},{{name}},12h
|
{{ nics[0]['mac'] }},{{provisioning_ipv4_address}},{{name}},12h
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ nics[0]['mac'] }},{{name}},12h
|
{{ nics[0]['mac'] }},{{name}},12h
|
||||||
|
Loading…
Reference in New Issue
Block a user