add users to group lxd

This commit is contained in:
Tiago Carrondo 2022-03-06 14:55:33 +00:00
parent 1f672dbfeb
commit c903486fba
1 changed files with 3 additions and 1 deletions

View File

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