1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00

Script is system specific

This commit is contained in:
Matthias Leutenegger 2019-08-14 16:03:03 +02:00
parent af39ee0ec2
commit d727654d27
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
- name: Create backup script
template:
src: restic_script.j2
src: restic_script_Linux.j2
dest: '{{ restic_script_dir }}/backup-{{ item.name }}.sh'
mode: '0700'
owner: '{{ restic_dir_owner }}'