diff --git a/tasks/main.yml b/tasks/main.yml index c727300..6a3a264 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"