mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
htpasswd: deprecate crypt_scheme (#6841)
* htpasswd: rename crypt_scheme with hash_scheme * add changelog frag * fixed chglog frag * adjusted code for parameter name change
This commit is contained in:
parent
11406715f5
commit
4d704c03df
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