mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-18 00:46:47 +00:00
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:
parent
1d6eb77cd0
commit
b525d987f5
2 changed files with 0 additions and 6 deletions
|
|
@ -1,3 +0,0 @@
|
|||
vboxdrv
|
||||
vboxnetadp
|
||||
vboxnetflt
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue