Disable recursive git clone for ensure-python
This is not necessary, so disable it to avoid potential problems. Change-Id: I71773106237de56c40b191db8244cf6b7a634d55
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user