Disable recursive git clone for ensure-skopeo
This is not necessary, so disable it to avoid potential problems. Change-Id: I8d5d7b8111b9c167a737516aa559485a73962a9b
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
repo: https://github.com/containers/skopeo
|
repo: https://github.com/containers/skopeo
|
||||||
dest: '{{ ansible_user_dir }}/skopeo'
|
dest: '{{ ansible_user_dir }}/skopeo'
|
||||||
version: '{{ ensure_skopeo_install_from_upstream_version }}'
|
version: '{{ ensure_skopeo_install_from_upstream_version }}'
|
||||||
|
recursive: false
|
||||||
|
|
||||||
- name: Build skopeo
|
- name: Build skopeo
|
||||||
command: 'make'
|
command: 'make'
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
repo: https://github.com/containers/skopeo
|
repo: https://github.com/containers/skopeo
|
||||||
dest: '{{ ansible_user_dir }}/skopeo'
|
dest: '{{ ansible_user_dir }}/skopeo'
|
||||||
version: '{{ ensure_skopeo_install_from_upstream_version }}'
|
version: '{{ ensure_skopeo_install_from_upstream_version }}'
|
||||||
|
recursive: false
|
||||||
|
|
||||||
- name: Build skopeo
|
- name: Build skopeo
|
||||||
command: 'make bin/skopeo'
|
command: 'make bin/skopeo'
|
||||||
|
@@ -29,6 +29,7 @@
|
|||||||
repo: https://github.com/containers/skopeo
|
repo: https://github.com/containers/skopeo
|
||||||
dest: '{{ ansible_user_dir }}/skopeo'
|
dest: '{{ ansible_user_dir }}/skopeo'
|
||||||
version: '{{ ensure_skopeo_install_from_upstream_version }}'
|
version: '{{ ensure_skopeo_install_from_upstream_version }}'
|
||||||
|
recursive: false
|
||||||
|
|
||||||
- name: Build skopeo
|
- name: Build skopeo
|
||||||
command: 'make bin/skopeo'
|
command: 'make bin/skopeo'
|
||||||
|
Reference in New Issue
Block a user