From bb3fab2d326c8ccf4d76569839fe2c20903b6b2b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 23 Apr 2021 14:57:04 +0200 Subject: [PATCH] copr-hv: correct the template file path for image pool --- 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 204de9c327..3bd2359527 100644 --- a/roles/copr/hypervisor/tasks/main.yml +++ b/roles/copr/hypervisor/tasks/main.yml @@ -76,7 +76,7 @@ tags: libvirtd - name: copy image pool config file to host - template: src=libvirt-image-pool.xml + template: src=libvirt-pool-images.xml dest=/root/.tmp-ansible-file.xml when: libvirt_pool_exists.changed tags: libvirtd