remove virtualbox module loading

Current versions of the virtualbox package now load modules
automatically via systemd.

Existing users can remove this file

    # rm /etc/modules-load.d/virtualbox.conf
This commit is contained in:
Pig Monkey 2017-05-07 10:47:23 -07:00
parent 1d6eb77cd0
commit b525d987f5
2 changed files with 0 additions and 6 deletions

View file

@ -1,3 +0,0 @@
vboxdrv
vboxnetadp
vboxnetflt

View file

@ -13,8 +13,5 @@
tags:
- aur
- name: Copy kernel modules to load
copy: src=modules.conf dest=/etc/modules-load.d/virtualbox.conf
- name: Add the user to vboxusers group
user: name={{ user.name }} groups=vboxusers append=yes