Use vagrant-libvirt for Debian instead of installing plugin with vagrant
This commit is contained in:
parent
a76b6dbf29
commit
999f1d0cf5
1 changed files with 2 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
ansible.builtin.apt:
|
||||
name:
|
||||
- vagrant
|
||||
- vagrant-libvirt
|
||||
- libvirt-dev
|
||||
- nfs-kernel-server
|
||||
when: ansible_distribution == 'Debian'
|
||||
|
@ -20,8 +21,4 @@
|
|||
ansible.builtin.command:
|
||||
cmd: vagrant plugin install vagrant-libvirt
|
||||
creates: ~/.vagrant.d/gems/*/gems/vagrant-libvirt-*
|
||||
|
||||
- name: Install hostmanager plugin
|
||||
ansible.builtin.command:
|
||||
cmd: vagrant plugin install vagrant-hostmanager
|
||||
creates: ~/.vagrant.d/gems/*/gems/vagrant-hostmanager-*
|
||||
when: ansible_distribution == 'Archlinux'
|
||||
|
|
Loading…
Add table
Reference in a new issue