get restic path from environment

This commit is contained in:
2020-04-20 22:28:32 -05:00
parent e08ed9a2ec
commit b2f56598fa
5 changed files with 24 additions and 3 deletions

View File

@ -65,6 +65,14 @@
- "{{ restic_etc_path }}/repos"
- "{{ restic_etc_path }}/jobs"
- name: create environment helper
template:
src: env.sh.j2
dest: "{{ restic_etc_path }}/env.sh"
owner: root
group: root
mode: 0400
- name: copy restic helper scripts
copy:
src: "{{ item }}"