mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01: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
|
- name: Create backup script
|
||||||
template:
|
template:
|
||||||
src: restic_script.j2
|
src: restic_script_Linux.j2
|
||||||
dest: '{{ restic_script_dir }}/backup-{{ item.name }}.sh'
|
dest: '{{ restic_script_dir }}/backup-{{ item.name }}.sh'
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
owner: '{{ restic_dir_owner }}'
|
owner: '{{ restic_dir_owner }}'
|
||||||
|
|
Loading…
Reference in a new issue