From 76f033e7a23a79aaeab74160695e91d41c0f135c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 9 Jul 2025 09:40:45 -0700 Subject: [PATCH] Disable recursive git clone for ensure-python This is not necessary, so disable it to avoid potential problems. Change-Id: I71773106237de56c40b191db8244cf6b7a634d55 --- roles/ensure-python/tasks/pyenv.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ensure-python/tasks/pyenv.yaml b/roles/ensure-python/tasks/pyenv.yaml index ab131ab80..39011e64e 100644 --- a/roles/ensure-python/tasks/pyenv.yaml +++ b/roles/ensure-python/tasks/pyenv.yaml @@ -24,6 +24,7 @@ repo: https://github.com/pyenv/pyenv.git dest: "{{ ansible_user_dir }}/.pyenv" version: master + recursive: false # NOTE(mnaser): python-build does not allow us to let it install Python from a specific # series so we have to do some magic to find out what's the latest