From 83743aae19c8ca281c158baa100d7f68962c1c68 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:20:43 -0500 Subject: [PATCH] fix - name: Add known host entry for misamisa --- roles/lib/setup-restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index b0463ff..d14e629 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -179,7 +179,7 @@ - name: Add known host entry for misamisa ansible.builtin.known_hosts: path: /etc/ssh/ssh_known_hosts - key: "{{ lookup('pipe', 'ssh-keyscan misamisa.duckdns.org') }}" + key: "{{ lookup('pipe', 'ssh-keyscan -p 25456 misamisa.duckdns.org') }}" name: misamisa.duckdns.org state: present