Merge "Fix bug in dnsmasq config"

This commit is contained in:
Zuul 2018-10-22 14:08:50 +00:00 committed by Gerrit Code Review
commit 3d5bd7b83e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ domain={{ domain }}
{% if testing | bool == true %}
dhcp-range=192.168.122.2,192.168.122.254,12h
{% elif inventory_dhcp | bool == true %}
dhcp-range={{dhcp_pool_start}},{{dhcp_pool_end}},static,{{dhcp_static_mask}},{{dhcp_lease_time}}
dhcp-range={{dhcp_pool_start}},static,{{dhcp_static_mask}},{{dhcp_lease_time}}
{% else %}
dhcp-range={{dhcp_pool_start}},{{dhcp_pool_end}},{{dhcp_lease_time}}
{% endif %}