From 3899746bd2b9d71bf6f32edfbcefb54b97cc521d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 4 May 2021 18:13:15 +0200 Subject: [PATCH] copr-hv: images in /libvirt-images to have qemu-group And really allow qemu group to rwx that dir. --- roles/copr/hypervisor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/hypervisor/tasks/main.yml b/roles/copr/hypervisor/tasks/main.yml index db7dbbc92b..29c7426e4a 100644 --- a/roles/copr/hypervisor/tasks/main.yml +++ b/roles/copr/hypervisor/tasks/main.yml @@ -28,7 +28,7 @@ - name: create libvirt image directory file: path={{ image_pool_dir }} - owner=qemu group=qemu mode=0700 + owner=qemu group=qemu mode=ug=rwx,g+s state=directory tags: libvirtd