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:
James E. Blair
2025-07-09 09:41:28 -07:00
parent 58bc8d003f
commit 402f9be2d5
3 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
repo: https://github.com/containers/skopeo
dest: '{{ ansible_user_dir }}/skopeo'
version: '{{ ensure_skopeo_install_from_upstream_version }}'
recursive: false
- name: Build skopeo
command: 'make'

View File

@@ -29,6 +29,7 @@
repo: https://github.com/containers/skopeo
dest: '{{ ansible_user_dir }}/skopeo'
version: '{{ ensure_skopeo_install_from_upstream_version }}'
recursive: false
- name: Build skopeo
command: 'make bin/skopeo'

View File

@@ -29,6 +29,7 @@
repo: https://github.com/containers/skopeo
dest: '{{ ansible_user_dir }}/skopeo'
version: '{{ ensure_skopeo_install_from_upstream_version }}'
recursive: false
- name: Build skopeo
command: 'make bin/skopeo'