Skip to content
Snippets Groups Projects
Commit 238ef6cf authored by ale's avatar ale
Browse files

Fix PATH so we find restic-wrapper

parent 1ee1a391
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
# daily on different hosts, so the effect of hosts going down is just
# a reduction in backup frequency.
#
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
KEEP_LAST=30
INDEX={% for host in groups['all'] | sort %}{% if host == inventory_hostname %}{{ loop.index0 }}{% endif %}{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment