So the vagrant-libvirt project itself admits that it does not support CentOS8.
Jobs /usually/ pass on the smithi builders (CentOS7.9, Vagrant 2.2.3, and vagrant-libvirt 0.0.40 or 0.3.0) so let's try running that everywhere.
Signed-off-by: David Galloway <dgallowa@redhat.com>
- name: Install vagrant-libvirt plugin
block:
- name: Install the vagrant-libvirt plugin (without args)
- shell: vagrant plugin install vagrant-libvirt
+ shell: vagrant plugin install vagrant-libvirt --plugin-version 0.3.0
become_user: "{{ jenkins_user }}"
when: (ansible_os_family == "RedHat" and ansible_distribution_major_version|int <= 7) or
(ansible_os_family == "Debian" and ansible_distribution_major_version|int <= 18)