mirror of https://github.com/ansible/ansible.git
Make bcrypt + passlib work in password_hash filter
If hashtype for the password_hash filter is 'blowfish' and passlib is
available, hashing fails as the hash function for this is named 'bcrypt'
(and not 'blowfish_crypt'). Special case this so that the correct
function is called.
(cherry picked from commit 692bfa872a)
pull/18238/head
parent
84485c29ee
commit
92c851a894
Loading…
Reference in New Issue