Fix(Choux): user for virtualbox

This commit is contained in:
Bertrand Benjamin 2018-11-11 16:45:37 +01:00
parent d6f0116a99
commit 9b009e95ad
1 changed files with 6 additions and 6 deletions

View File

@ -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: