mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:53:05 +08:00
copr-hv: libvirt group for libvirt socket file
This commit is contained in:
@@ -68,6 +68,18 @@
|
||||
notify: restart 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
|
||||
user: name=copr uid=11666
|
||||
|
||||
|
||||
Reference in New Issue
Block a user