Skip to content
Snippets Groups Projects
Verified Commit ce5dcc73 authored by Florian Pritz's avatar Florian Pritz
Browse files

archusers: Set empty password when creating accounts


This hopefully allows users to use `passwd` to set a password which is
necessary for email.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent add58596
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
group: users
groups: "{{ item.value.groups | join(',') }}"
comment: "{{ item.value.name }}"
password: ""
update_password: on_create
state: present
with_dict: "{{ arch_users }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment