fix - name: Add known host entry for misamisa
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user