You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/deprecate-non-enforced-pass...

5 lines
275 B
YAML

deprecated_features:
- password_hash - deprecate using passlib.hash.hashtype if hashtype isn't in the list of documented choices.
bugfixes:
- password_hash - handle errors using unknown passlib hashtypes more gracefully (https://github.com/ansible/ansible/issues/45392).