mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
[PR #6841/4d704c03 backport][stable-7] htpasswd: deprecate crypt_scheme (#6858)
htpasswd: deprecate crypt_scheme (#6841)
* htpasswd: rename crypt_scheme with hash_scheme
* add changelog frag
* fixed chglog frag
* adjusted code for parameter name change
(cherry picked from commit 4d704c03df
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
42cc5280d9
commit
4fa1f1a6dd
2 changed files with 16 additions and 13 deletions
2
changelogs/fragments/6841-htpasswd-crypt-scheme.yml
Normal file
2
changelogs/fragments/6841-htpasswd-crypt-scheme.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- htpasswd - the parameter ``crypt_scheme`` is being renamed as ``hash_scheme`` and added as an alias to it (https://github.com/ansible-collections/community.general/pull/6841).
|
Loading…
Add table
Add a link
Reference in a new issue