lnovara / ansible-deploy-user

Ansible role to create a user with public key SSH and passwordless sudo.
MIT License
6 stars 1 forks source link

|password_hash requires the passlib python module to generate password hashes on Mac OS X/Darwin" #1

Open passionventures opened 6 years ago

passionventures commented 6 years ago

Hi,

We are getting this error message when running the rule:

"|password_hash requires the passlib python module to generate password hashes on Mac OS X/Darwin""

Looks like this could fix it (run on the destination server) but not tested, yet.

"sudo pip install passlib"

Thank you, Jakub

passionventures commented 6 years ago

Found the fix here: https://stackoverflow.com/questions/38423219/ansible-this-module-requires-the-passlib-python-library