Feat: Add groups for users

This commit is contained in:
Bertrand Benjamin 2020-03-14 08:57:39 +01:00
parent dc0b6e139b
commit fb7e1c8858
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
name: "{{ item.username }}"
password: "{{ item.password | password_hash('sha512')}}"
group: "{{ item.group }}"
groups: "{{ item.groups }}"
uid: "{{ item.uid }}"
shell: "{{ prompt_place['stdout'] }}"
state: present