corrected domain 2 mail_domain
This commit is contained in:
parent
4b9a7e0f2b
commit
658e8a9304
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
yunohost user create {{ item.name }} \
|
||||
-f {{ item.firstname }} \
|
||||
-l {{ item.lastname }} \
|
||||
-d {{ item.domain }} \
|
||||
-d {{ item.mail_domain }} \
|
||||
-p {{ item.pass }}
|
||||
loop: "{{ yunohost.users }}"
|
||||
when: item.name not in yunohost_registered_users.users.keys()
|
||||
|
|
Loading…
Reference in a new issue