Fix repo cloning in docker build process
This commit is contained in:
		@@ -2,9 +2,10 @@
 | 
				
			|||||||
- name: Clone repositories
 | 
					- name: Clone repositories
 | 
				
			||||||
  when: item.value.build is defined
 | 
					  when: item.value.build is defined
 | 
				
			||||||
  git:
 | 
					  git:
 | 
				
			||||||
    dest: /tmp/{{ item.key }}
 | 
					 | 
				
			||||||
    repo: "{{ item.value.build.repository }}"
 | 
					    repo: "{{ item.value.build.repository }}"
 | 
				
			||||||
 | 
					    dest: /tmp/{{ item.key }}
 | 
				
			||||||
    version: "{{ item.value.build.version }}"
 | 
					    version: "{{ item.value.build.version }}"
 | 
				
			||||||
 | 
					    accept_hostkey: true
 | 
				
			||||||
  loop: "{{ omni_compose_apps | dict2items }}"
 | 
					  loop: "{{ omni_compose_apps | dict2items }}"
 | 
				
			||||||
  loop_control:
 | 
					  loop_control:
 | 
				
			||||||
    label: "{{ item.key }}"
 | 
					    label: "{{ item.key }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user