From f3b8cf0a580b2d5129b907a5ed6a6f87eefe3086 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 11 Nov 2018 16:50:47 +0100 Subject: [PATCH] Fix(Choux): Remove unkown module for virtualbox --- tasks/arch_virtualbox.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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