From b40347d703fa84d7e3384d1ddb454d58bb4c6c6d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 14 Apr 2023 16:55:56 +0200 Subject: [PATCH] Update git submodules * Update ansible-role-uwsgi from branch 'master' to 3fa317e79a8f7c8102b758d22c5a08c0cfddf61b - Replace imports with dynamic includes A weird behaviour has been spotted in AIO, where role, that was importing python_venv_build and uwsgi roles was failing, as venv_build_distro_package_list definition from uwsgi role was applied on upper level even before uwsgi runtime As a result, previous import was failing with uwsgi_build_distro_package_list being undefined. Replacing any import with inlcude was solving the issue. Since we re-use uwsgi role a lot and using include make sense in the role, we start replacing static imports from here. Change-Id: I3b11220dd30a03fd6465f7b5e041027fbd8bad1d --- ansible-role-uwsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-uwsgi b/ansible-role-uwsgi index 085a32d26f..3fa317e79a 160000 --- a/ansible-role-uwsgi +++ b/ansible-role-uwsgi @@ -1 +1 @@ -Subproject commit 085a32d26f42e9c96fa5ffa3092b5f99d1ad55a6 +Subproject commit 3fa317e79a8f7c8102b758d22c5a08c0cfddf61b