Update git submodules

* Update ansible-role-python_venv_build from branch 'master'
  to 8701591120144766442f4e915f37465f0506a9e2
  - Replace virtualenv with exacutable for pip
    
    We create virtualenv with a separate command since we need to create
    constraints before running pip. In the meanwhile when using pyenv
    it becomes more messy to use virtualenv, as it would require
    setting virtualenv_command and you can't define virtualenv_python then.
    
    Using exacutable requires setuptools to be present
    for ansible_python_interpreter
    
    Change-Id: I5bf617ad0eca3dd5e58e25af7b44d536dc4579d3
This commit is contained in:
Dmitriy Rabotyagov 2021-12-28 14:49:49 +02:00 committed by Gerrit Code Review
parent 8101e63bb0
commit 5dd1862ebc
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a70aba465e9f7ae71bbbf01944016743baa51d73
Subproject commit 8701591120144766442f4e915f37465f0506a9e2