correct the script path

This commit is contained in:
Andreas Zweili 2021-11-15 17:09:18 +01:00
parent 5358b5aa68
commit bc1a38078a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- name: "Copy the backup script"
template:
src: "backup-to-restic.j2"
dest: "/home/{{ backup_user_name }}/backup-to-restic"
dest: "/home/ansible/backup-to-restic"
directory_mode: yes
owner: "ansible"
group: "ansible"