Fix feature absent in older Ansible versions.

This commit is contained in:
yohan 2024-06-19 20:14:08 +02:00
parent 4293d9293a
commit a31742470e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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