From 9b009e95ad9fee8a3bf077c9c53ec262f7522cb0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 11 Nov 2018 16:45:37 +0100 Subject: [PATCH] Fix(Choux): user for virtualbox --- tasks/arch_virtualbox.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/arch_virtualbox.yml b/tasks/arch_virtualbox.yml index edf2f2b..0a7c9ab 100644 --- a/tasks/arch_virtualbox.yml +++ b/tasks/arch_virtualbox.yml @@ -14,14 +14,14 @@ - name: Add me user to vboxuser group user: name: "{{ item.username }}" - groups: vboxuser + groups: vboxusers append: yes - with_items: '{{ deploy_users }}' + with_items: '{{ me }}' -- name: Add the vboxdrv module - modprobe: - name: vboxdrv - state: present + # - name: Add the vboxdrv module + # modprobe: + # name: vboxdrv + # state: present - name: Add the vboxnetadp module modprobe: