Add any number of users to libvirt group
This commit is contained in:
parent
8742c65430
commit
57c5540c03
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
- name: Add user to libvirt group
|
- name: Add user to libvirt group
|
||||||
user:
|
user:
|
||||||
name: "{{ libvirt_user }}"
|
name: "{{ item }}"
|
||||||
groups: libvirt
|
groups: libvirt
|
||||||
append: yes
|
append: yes
|
||||||
|
with_items: "{{ libvirt_users }}"
|
||||||
|
when: libvirt_users is defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user