plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis

Home Page:https://docs.plasmabio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pierrepo opened this issue · comments

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.

Ansible option

update_password: on_create

should be helpful here.