Fix(Choux): user for virtualbox
This commit is contained in:
parent
d6f0116a99
commit
9b009e95ad
@ -14,14 +14,14 @@
|
||||
- name: Add me user to vboxuser group
|
||||
user:
|
||||
name: "{{ item.username }}"
|
||||
groups: vboxuser
|
||||
groups: vboxusers
|
||||
append: yes
|
||||
with_items: '{{ deploy_users }}'
|
||||
with_items: '{{ me }}'
|
||||
|
||||
- name: Add the vboxdrv module
|
||||
modprobe:
|
||||
name: vboxdrv
|
||||
state: present
|
||||
# - name: Add the vboxdrv module
|
||||
# modprobe:
|
||||
# name: vboxdrv
|
||||
# state: present
|
||||
|
||||
- name: Add the vboxnetadp module
|
||||
modprobe:
|
||||
|
Loading…
Reference in New Issue
Block a user