diff --git a/tasks/main.yml b/tasks/main.yml index a47da60..74fbb0f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -150,6 +150,7 @@ - item.fqdn is defined - item.repo is defined ansible.builtin.git: + accept_hostkey: 'yes' dest: '/srv/http/{{ item.fqdn }}' repo: '{{ item.repo }}' loop: '{{ http_vhost }}'