From bfa26dab608b33d50124f12f20936fb80f0fee09 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 12 May 2023 12:21:39 +0200 Subject: [PATCH] Update git submodules * Update ansible-role-python_venv_build from branch 'master' to 26ef6bd7b8913328f688ed58d9fd6344386895a2 - Reduce amount of task that are executed With this patch we're trying to optimize role runtime by replacing separate tasks with loops. Hoepfully, this will slighlty improve permorfance as we need less connections now. We also create a venv with pip module rather then command. Change-Id: I219c0336079ca89bde586c8076bd964fada747c6 --- ansible-role-python_venv_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-python_venv_build b/ansible-role-python_venv_build index 185713df0e..26ef6bd7b8 160000 --- a/ansible-role-python_venv_build +++ b/ansible-role-python_venv_build @@ -1 +1 @@ -Subproject commit 185713df0e5126378b8bcbe99ab9c56327b979fb +Subproject commit 26ef6bd7b8913328f688ed58d9fd6344386895a2