Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 658e8a93 authored by therojam's avatar therojam
Browse files

corrected domain 2 mail_domain

parent 4b9a7e0f
No related branches found
No related tags found
No related merge requests found
......@@ -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()
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