add Me to vboxuser group

This commit is contained in:
Bertrand Benjamin 2018-08-26 11:42:23 +02:00
parent 325222b56a
commit b5137197d8
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@
- virtualbox
- name: Add me user to vboxuser group
user:
name: "{{ item.username }}"
groups: vboxuser
append: yes
with_items: '{{ deploy_users }}'