Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix tags in dict.j2 template (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysolyakin authored Sep 3, 2021
1 parent 65a5585 commit ad0452b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/dicts.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
{{ ansible_managed | comment('xml') }}
<dictionaries>
<yandex>
{% for dict in clickhouse_dicts %}
<dictionary>
<name>{{ clickhouse_dicts[dict].name }}</name>
Expand Down Expand Up @@ -42,4 +42,4 @@
</structure>
</dictionary>
{% endfor %}
</dictionaries>
</yandex>

0 comments on commit ad0452b

Please sign in to comment.