copr-hv: libvirt group for libvirt socket file
This commit is contained in:
parent
7952914916
commit
e26640f89c
1 changed files with 12 additions and 0 deletions
|
@ -68,6 +68,18 @@
|
||||||
notify: restart libvirtd
|
notify: restart libvirtd
|
||||||
tags: libvirtd
|
tags: libvirtd
|
||||||
|
|
||||||
|
- name: allow copr user controlling libvirt
|
||||||
|
ini_file:
|
||||||
|
path: /usr/lib/systemd/system/libvirtd.socket
|
||||||
|
section: Socket
|
||||||
|
option: SocketGroup
|
||||||
|
value: libvirt
|
||||||
|
backup: yes
|
||||||
|
notify:
|
||||||
|
- reload systemd
|
||||||
|
- restart libvirtd
|
||||||
|
tags: libvirtd
|
||||||
|
|
||||||
- name: create the copr user
|
- name: create the copr user
|
||||||
user: name=copr uid=11666
|
user: name=copr uid=11666
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue