Fix(Choux): Remove unkown module for virtualbox

This commit is contained in:
Bertrand Benjamin 2018-11-11 16:50:47 +01:00
parent 9b009e95ad
commit f3b8cf0a58
1 changed files with 9 additions and 9 deletions

View File

@ -23,12 +23,12 @@
# name: vboxdrv
# state: present
- name: Add the vboxnetadp module
modprobe:
name: vboxnetadp
state: present
- name: Add the vboxnetflt module
modprobe:
name: vboxnetflt
state: present
# - name: Add the vboxnetadp module
# modprobe:
# name: vboxnetadp
# state: present
#
# - name: Add the vboxnetflt module
# modprobe:
# name: vboxnetflt
# state: present