plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis
https://docs.plasmabio.org
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

User password is reset after running `users.yml` playbook #188

Closed pierrepo closed 2 years ago

pierrepo commented 3 years ago

Each time the users.yml Ansible playbook is run, the user password is rest to the one provided in the playbook.

This might not be a desirable behavior when creating new users from time to time and then running the playbook.

pierrepo commented 3 years ago

Ansible option

update_password: on_create

should be helpful here.