diff --git a/tasks/arch_virtualbox.yml b/tasks/arch_virtualbox.yml index 0a7c9ab..5884267 100644 --- a/tasks/arch_virtualbox.yml +++ b/tasks/arch_virtualbox.yml @@ -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