Update git submodules

* Update ansible-role-python_venv_build from branch 'master'
  to 70b25cb6bab60a09438439c0230a3b4e9e41c865
  - Merge "Fix venv_build_targets when used with multi-arch"
  - Fix venv_build_targets when used with multi-arch
    
    Change venv_build_targets data structure to a single-level dict
    with keys of the form  <distro_ver>_<arch> instead of nested dicts.
    When adding new architectures to the old structure, previous
    entries for other architectures were overwritten, leaving only
    the last seen architecture for each distro version. This could
    result in a "Dict object has no attribute ..." error when trying
    to build a venv for any other architure.
    
    Closes-Bug: #2018012
    Change-Id: I8ddabf996559b5300b52cad1649d8657889337cd
This commit is contained in:
Zuul 2023-05-19 21:45:45 +00:00 committed by Gerrit Code Review
parent 32d7864562
commit 162d34c48d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 95405d21bb197802d1de11a8df5ab3b600613e43
Subproject commit 70b25cb6bab60a09438439c0230a3b4e9e41c865