paulbsd-salt/states/kopia/templates/kopiaignore.j2

5 lines
107 B
Plaintext
Raw Normal View History

2023-12-04 22:33:51 +01:00
{%- from "kopia/map.jinja" import kopia with context -%}
2023-12-12 16:12:12 +01:00
{%- for ign in ignore -%}
2023-12-04 22:33:51 +01:00
{{ ign }}
2023-12-12 16:12:12 +01:00
{% endfor -%}