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 # name: vboxdrv
# state: present # state: present
- name: Add the vboxnetadp module # - name: Add the vboxnetadp module
modprobe: # modprobe:
name: vboxnetadp # name: vboxnetadp
state: present # state: present
#
- name: Add the vboxnetflt module # - name: Add the vboxnetflt module
modprobe: # modprobe:
name: vboxnetflt # name: vboxnetflt
state: present # state: present