We are pleased to announce the release of:
ansible-role-thales-hsm 4.0.0: ansible-role-thales-hsm - Ansible role to configure Thales HSM clients.
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/ansible-role-thales-hsm
Download the package from:
https://tarballs.openstack.org/ansible-role-thales-hsm/
Please report issues through:
https://storyboard.openstack.org/#!/project/1184
For more details, please see below.
Changes in ansible-role-thales-hsm 3.0.0..4.0.0 -----------------------------------------------
49970b3 Disable auto-discovery for setuptools
Diffstat (except docs and test files) -------------------------------------
setup.py | 3 ++- test-requirements.txt | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-)
Requirements updates --------------------
diff --git a/test-requirements.txt b/test-requirements.txt index 6dd128e..d3f9dee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1,5 @@ -ansible-lint +# NOTE(elod.illes): ansible 6.0.0 introduced new rules that needs to be +# fixed, like fqcn-builtins, etc. Due to Yoga release happens soon +# let's just cap ansible-lint. This needs a separate fix in the future +# to be able to remove the cap. +ansible-lint<6.0.0