mirror of https://github.com/ansible/ansible.git
password_hash - fix bcrypt algorithm when passlib is not installed (#81385)
parent
dbb3feddaf
commit
f5431321a2
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- password_hash - fix salt format for ``crypt`` (only used if ``passlib`` is not installed) for the ``bcrypt`` algorithm.
|
Loading…
Reference in New Issue