add users to group lxd
This commit is contained in:
parent
1f672dbfeb
commit
c903486fba
@ -19,7 +19,9 @@
|
|||||||
user:
|
user:
|
||||||
name: '{{ item.name }}'
|
name: '{{ item.name }}'
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: ansoladm
|
groups:
|
||||||
|
- ansoladm
|
||||||
|
- lxd
|
||||||
append: yes
|
append: yes
|
||||||
with_items:
|
with_items:
|
||||||
- '{{utilizadores}}'
|
- '{{utilizadores}}'
|
||||||
|
Loading…
Reference in New Issue
Block a user