We are happy to announce the release of:
ansible-role-atos-hsm 4.0.0: ansible-role-atos-hsm - Ansible role to configure ATOS HSM clients.
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/ansible-role-atos-hsm
Download the package from:
https://tarballs.openstack.org/ansible-role-atos-hsm/
Please report issues through:
https://storyboard.openstack.org/#!/project/1183
For more details, please see below.
Changes in ansible-role-atos-hsm 3.0.0..4.0.0 ---------------------------------------------
f5c86df 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 89e2495..e508ba3 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