From: Seena Fallah Date: Tue, 27 May 2025 19:03:00 +0000 (+0200) Subject: vagrant-libvirt: install the latest version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2370%2Fhead;p=ceph-build.git vagrant-libvirt: install the latest version The pinned version is already too old and is failing in CI due to: ``` Error message given during initialization: Unable to resolve dependency: user requested 'vagrant-libvirt (= 0.12.2)' ``` Let's try the latest and see if the reason for pinning the old one still exists. Signed-off-by: Seena Fallah --- diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index 28d5d67f..ac17f73c 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -730,7 +730,7 @@ # https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1127#issuecomment-713651332 - name: Install the vagrant-libvirt plugin (EL8) - command: vagrant plugin install vagrant-libvirt --plugin-version 0.3.0 + command: vagrant plugin install vagrant-libvirt become_user: "{{ jenkins_user }}" environment: CONFIGURE_ARGS: 'with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib'