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

Commit ad0452b

Browse files
authored
fix tags in dict.j2 template (#62)
1 parent 65a5585 commit ad0452b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/dicts.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
{{ ansible_managed | comment('xml') }}
3-
<dictionaries>
3+
<yandex>
44
{% for dict in clickhouse_dicts %}
55
<dictionary>
66
<name>{{ clickhouse_dicts[dict].name }}</name>
@@ -42,4 +42,4 @@
4242
</structure>
4343
</dictionary>
4444
{% endfor %}
45-
</dictionaries>
45+
</yandex>

0 commit comments

Comments
 (0)