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
|
- name: Add me user to vboxuser group
|
||||||
user:
|
user:
|
||||||
name: "{{ item.username }}"
|
name: "{{ item.username }}"
|
||||||
groups: vboxuser
|
groups: vboxusers
|
||||||
append: yes
|
append: yes
|
||||||
with_items: '{{ deploy_users }}'
|
with_items: '{{ me }}'
|
||||||
|
|
||||||
- name: Add the vboxdrv module
|
# - name: Add the vboxdrv module
|
||||||
modprobe:
|
# modprobe:
|
||||||
name: vboxdrv
|
# name: vboxdrv
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: Add the vboxnetadp module
|
- name: Add the vboxnetadp module
|
||||||
modprobe:
|
modprobe:
|
||||||
|
Loading…
Reference in New Issue
Block a user