Skip to content

Commit

Permalink
Merge pull request #198 from plasmabio/do-not-reset-password
Browse files Browse the repository at this point in the history
Add option to not reset user password
  • Loading branch information
jtpio authored Jan 6, 2022
2 parents 3275dd9 + 44716fd commit 7de0b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
password: "{{ item.password | password_hash('sha512') }}"
shell: /bin/bash
home: "{{ home_path if home_path is defined else '/home' }}/{{ item.name }}"
update_password: on_create
loop: "{{ users }}"

- name: Set user quota
Expand Down

0 comments on commit 7de0b6b

Please sign in to comment.