]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
vagrant-libvirt: install the latest version 2370/head
authorSeena Fallah <seenafallah@gmail.com>
Tue, 27 May 2025 19:03:00 +0000 (21:03 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Tue, 27 May 2025 19:03:00 +0000 (21:03 +0200)
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 <seenafallah@gmail.com>
ansible/examples/builder.yml

index 28d5d67f854138ee51c96f6c10f3390046e86c1a..ac17f73ca71ec9357f20615ec6e325cf310629a9 100644 (file)
 
         # 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'