Accept new SSH hostkey.

This commit is contained in:
yohan 2024-06-19 19:34:11 +02:00
parent c951592281
commit 4293d9293a
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@
repo: "ssh://git@git.scimetis.net:2222/yohan/config.git"
dest: "{{ remote_workdir }}/config"
version: master
accept_newhostkey: true
force: true
changed_when: false
when: not dovecot_installed_flag.stat.exists

View File

@ -22,6 +22,7 @@
repo: "ssh://git@git.scimetis.net:2222/yohan/config.git"
dest: "{{ remote_workdir }}/config"
version: master
accept_newhostkey: true
force: true
changed_when: false