Skip to content

Commit

Permalink
Add option to not reset user password
Browse files Browse the repository at this point in the history
Fix #188
  • Loading branch information
pierrepo committed Jan 5, 2022
1 parent 3275dd9 commit 44716fd
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 44716fd

Please sign in to comment.