diff --git a/tasks/users.yml b/tasks/users.yml index c437088..fac1ed8 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -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()