Make git checkout happy with SSH URLs
This commit is contained in:
parent
18b6cd938a
commit
1d2581a005
@ -150,6 +150,7 @@
|
|||||||
- item.fqdn is defined
|
- item.fqdn is defined
|
||||||
- item.repo is defined
|
- item.repo is defined
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
accept_hostkey: 'yes'
|
||||||
dest: '/srv/http/{{ item.fqdn }}'
|
dest: '/srv/http/{{ item.fqdn }}'
|
||||||
repo: '{{ item.repo }}'
|
repo: '{{ item.repo }}'
|
||||||
loop: '{{ http_vhost }}'
|
loop: '{{ http_vhost }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user