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: