mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Adds spaces in variables after {{ and before }}
Fixes various warnings in Travis CI [EXTRA0001] Variables should have spaces after {{ and before }}
This commit is contained in:
parent
1d8e946b91
commit
602223e4ff
22 changed files with 48 additions and 51 deletions
|
@ -5,4 +5,3 @@
|
|||
#
|
||||
# Point dhcpd to the XS-specific config
|
||||
DHCPDARGS='-cf /etc/dhcpd-iiab.conf {{ iiab_lan_iface }}'
|
||||
|
||||
|
|
|
@ -58,4 +58,3 @@ iface br0 inet static
|
|||
dns-search {{ iiab_domain }}
|
||||
post-up systemctl restart dhcpd && systemctl restart hostapd
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -45,4 +45,3 @@ iface br0 inet static
|
|||
dns-search {{ iiab_domain }}
|
||||
post-up systemctl restart dhcpd && systemctl restart hostapd
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue