1
0
Fork 0
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:
Arky 2017-10-20 11:36:10 +07:00
parent 1d8e946b91
commit 602223e4ff
22 changed files with 48 additions and 51 deletions

View file

@ -46,7 +46,7 @@ lan_ip: 172.18.96.1
lan_netmask: 255.255.224.0
# Read https://github.com/iiab/iiab/wiki/IIAB-Networking
# Also readable offline @ http://box/info/IIAB-Networking.html
# Also readable offline @ http://box/info/IIAB-Networking.html
# Gateway mode
iiab_lan_enabled: True
@ -272,7 +272,7 @@ rachel_install: False
rachel_enabled: False
rachel_content_found: False
#rachel_url: /rachel
rachel_doc_root: "{{ doc_root}}/modules"
rachel_doc_root: "{{ doc_root }}/modules"
# Kiwix-serve
kiwix_install: True