Make git checkout happy with SSH URLs

This commit is contained in:
Jason Rothstein 2021-10-26 23:12:53 -05:00
parent 18b6cd938a
commit 1d2581a005

View File

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