From 76df8b35cfe4d198b7a473318b621764ef1cc3e7 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 28 Oct 2024 19:20:07 +0100 Subject: [PATCH] dfg --- roles/mgrote_rsync/tasks/source.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mgrote_rsync/tasks/source.yml b/roles/mgrote_rsync/tasks/source.yml index 643be8da..97b12583 100644 --- a/roles/mgrote_rsync/tasks/source.yml +++ b/roles/mgrote_rsync/tasks/source.yml @@ -10,6 +10,7 @@ with_items: - "/etc/rsync_mirror/" - "/etc/rsync_mirror/.ssh" + - "/home/{{ rsync_mirror_user }}/.ssh" - name: Ensure SSH-Private-Key is templated become: true