htpasswd: refactor (#6901)

* htpasswd: refactor

* fix variable name

* add changelog frag

* apply suggestions from PR
This commit is contained in:
Alexei Znamensky 2023-07-13 05:37:10 +12:00 committed by GitHub
commit 7609cebae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 51 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- htpasswd - minor code improvements in the module (https://github.com/ansible-collections/community.general/pull/6901).
removed_features:
- htpasswd - removed code for passlib <1.6 (https://github.com/ansible-collections/community.general/pull/6901).