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:
parent
af39ee0ec2
commit
d727654d27
2 changed files with 1 additions and 1 deletions
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue