diff --git a/tasks/users.yml b/tasks/users.yml index d373e2d..4b5c049 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -8,6 +8,7 @@ name: "{{ item.username }}" password: "{{ item.password }}" group: "{{ item.group }}" + groups: "{{ item.groups }}" uid: "{{ item.uid }}" shell: "{{ prompt_place['stdout'] }}" state: present