fix - name: Add known host entry for misamisa

This commit is contained in:
tolerryan
2024-10-20 03:20:43 -05:00
parent a81e9a26e3
commit 83743aae19

View File

@@ -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