forked from FF-RGB/ansible
dhcp: cleanup/unify whitespace usage
This commit is contained in:
parent
ae6b1bc58a
commit
56e026ba14
@ -2,7 +2,7 @@
|
||||
|
||||
# option definitions common to all supported networks...
|
||||
option domain-name "{{ site_domain }}";
|
||||
option domain-name-servers {{nextnode4}}, {{ name_server }};
|
||||
option domain-name-servers {{ nextnode4 }}, {{ name_server }};
|
||||
|
||||
local-address {{ batman_ipv4 | ipaddr('address') }};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user