[libvirt] [jenkins-ci PATCH] guests: Define package_manager for Ubuntu 16.04

Andrea Bolognani abologna at redhat.com
Tue Jul 9 16:09:26 UTC 2019


Commit 611b85c2aa70 added this for all operating systems,
but at the time we had (mistakenly) dropped support for
Ubuntu 16.04, so we need to catch up after the recent
revert brought it back.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
Pushed as trivial.

 guests/host_vars/libvirt-ubuntu-16/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guests/host_vars/libvirt-ubuntu-16/main.yml b/guests/host_vars/libvirt-ubuntu-16/main.yml
index 0e38128..179dd03 100644
--- a/guests/host_vars/libvirt-ubuntu-16/main.yml
+++ b/guests/host_vars/libvirt-ubuntu-16/main.yml
@@ -16,6 +16,7 @@ projects:
   - virt-viewer
 
 package_format: 'deb'
+package_manager: 'apt-get'
 os_name: 'Ubuntu'
 os_version: '16'
 
-- 
2.21.0




More information about the libvir-list mailing list