Fix(users): add groups to deploy_users

This commit is contained in:
Bertrand Benjamin 2019-05-12 06:39:55 +02:00
parent da0c20ad3d
commit 512a4e2fd1
1 changed files with 1 additions and 0 deletions

View File

@ -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