From bc1a38078aead0c38b8d8c8eb85b9b76c3a2bfc5 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 15 Nov 2021 17:09:18 +0100 Subject: [PATCH] correct the script path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"