unify whitespace before }}
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus 2020-11-16 23:18:52 +01:00
parent 56e026ba14
commit 4c020cea41
2 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ interface br-{{ site_code }} {
AdvRouterAddr on;
};
{% endif %}
RDNSS {{ batman_ipv6 | ipaddr('address')}} {
RDNSS {{ batman_ipv6 | ipaddr('address') }} {
};
};

View File

@ -24,8 +24,8 @@ yanic_meshviewer_ffrgb_path: "/var/www/html/meshviewer/data/meshviewer.json"
yanic_meshviewer_enable: true
yanic_meshviewer_version: 2
yanic_meshviewer_path: "/var/www/html/meshviewer/data"
yanic_meshviewer_nodes: "{{yanic_meshviewer_path}}/nodes.json"
yanic_meshviewer_graph: "{{yanic_meshviewer_path}}/graph.json"
yanic_meshviewer_nodes: "{{ yanic_meshviewer_path }}/nodes.json"
yanic_meshviewer_graph: "{{ yanic_meshviewer_path }}/graph.json"
yanic_database_delete_after: 7d
yanic_database_delete_interval: 1h