Fix: replace item by me

This commit is contained in:
Bertrand Benjamin 2020-07-17 13:05:26 +02:00
parent 09b7038f60
commit b9abc5ea56

View File

@ -13,10 +13,9 @@
- name: Add me user to vboxuser group
user:
name: "{{ item.username }}"
name: "{{ me.username }}"
groups: vboxusers
append: yes
with_items: '{{ me }}'
# - name: Add the vboxdrv module
# modprobe: