From 257125497545c317afe5bb7b1774a0a956950321 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:35:14 -0500 Subject: [PATCH] fix hostkey --- roles/lib/setup-restic.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 5e407df..58c78b2 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -177,14 +177,11 @@ - name: Add known host entry for misamisa copy: - dest: /etc/ssh/ssh_known_hosts content: "{{ misamisa_hostkey }}" owner: restic group: users mode: '0644' - cmd: "ssh-keyscan -p 25456 misamisa.duckdns.org >> ~/.ssh/known_hosts" - creates: /etc/ssh/ssh_known_hosts - name: Download restic bz2 file get_url: