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.pull/18155/head
parent
843de98bad
commit
692bfa872a
Loading…
Reference in New Issue