diff --git a/ansible/users.yml b/ansible/users.yml index 3072ce3..8d5bb64 100644 --- a/ansible/users.yml +++ b/ansible/users.yml @@ -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