Update git submodules

* Update ansible-role-thales-hsm from branch 'master'
  to 49970b3ceb66a87c3d3e95ac77eda9ffd6b5a0f1
  - Disable auto-discovery for setuptools
    
    With setuptools release 61.0.0 ansible-role-thales-hsm's package build
    command (python3 setup.py sdist bdist_wheel) started to fail:
    
    error: Multiple top-level packages discovered in a flat-layout:
    ['files', 'defaults', 'handlers', 'templates', 'releasenotes'].
    
    This bug is mentioned in setuptools issue 3197 [1], and the suggested
    workaround is to disable auto-discovery by adding 'py_modules=[]' in
    setup.py.
    
    ansible-lint also released a new version (6.0.0), which has new rules
    that blocks the gate. As a workaround, this patch caps ansible-lint
    version <6.0.0 to unblock the gate.
    
    [1] https://github.com/pypa/setuptools/issues/3197
    
    Change-Id: Idb765d09f9498bc13f952c055026e29a46cab8d3
This commit is contained in:
Elod Illes 2022-09-16 18:29:17 +01:00 committed by Gerrit Code Review
parent 00eb6a6f94
commit 6ef55bc3c6
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e82db3b3fc5088c393eb810bf52329444a91b4eb
Subproject commit 49970b3ceb66a87c3d3e95ac77eda9ffd6b5a0f1