add Me to vboxuser group
This commit is contained in:
parent
325222b56a
commit
b5137197d8
@ -7,3 +7,9 @@
|
||||
- virtualbox
|
||||
|
||||
|
||||
- name: Add me user to vboxuser group
|
||||
user:
|
||||
name: "{{ item.username }}"
|
||||
groups: vboxuser
|
||||
append: yes
|
||||
with_items: '{{ deploy_users }}'
|
||||
|
Loading…
Reference in New Issue
Block a user