From 9942d44b0ec0239264daa736e3ca179730b4ef0e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 28 Oct 2024 19:10:33 +0100 Subject: [PATCH] dfg --- roles/mgrote_rsync/tasks/destination.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mgrote_rsync/tasks/destination.yml b/roles/mgrote_rsync/tasks/destination.yml index 5eaded78..1b2f6f9b 100644 --- a/roles/mgrote_rsync/tasks/destination.yml +++ b/roles/mgrote_rsync/tasks/destination.yml @@ -1,5 +1,6 @@ --- - name: Ensure SSH-Public-Key is templated + become: true ansible.posix.authorized_key: user: "{{ rsync_mirror_user }}" key: "{{ rsync_mirror_public_key }}"