forked from finallycoffee/base
feat(restic): migrate to systemd template units
This commit is contained in:
3
roles/restic/templates/restic.conf.j2
Normal file
3
roles/restic/templates/restic.conf.j2
Normal file
@ -0,0 +1,3 @@
|
||||
{% for kv in restic_complete_environment | dict2items %}
|
||||
{{ kv.key }}={{ kv.value }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user