From 6d3843c3df5963115677a6217d8469d533e112bc Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 23 Jul 2024 18:49:21 +0200 Subject: [PATCH] dd --- roles/mgrote_zfs_sanoid/tasks/destination.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/mgrote_zfs_sanoid/tasks/destination.yml b/roles/mgrote_zfs_sanoid/tasks/destination.yml index 1e0fcd19..1f5e936e 100644 --- a/roles/mgrote_zfs_sanoid/tasks/destination.yml +++ b/roles/mgrote_zfs_sanoid/tasks/destination.yml @@ -2,7 +2,8 @@ - name: template ssh private key become: true ansible.builtin.copy: - content: "{{ sanoid_syncoid_ssh_privkey }}" + content: | + "{{ sanoid_syncoid_ssh_privkey }}" dest: "/etc/sanoid/.ssh/id_sanoid" owner: "{{ sanoid_user }}" group: "{{ sanoid_user_group }}"