Revert "Try to remove buggy plugin"

This reverts commit b28437a889.
pull/41/head
Emilien Mantel 2020-06-11 12:23:00 +02:00
parent b28437a889
commit 64eaee787a
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ services:
before_install:
- wget https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb
- sudo dpkg -i vagrant_2.0.1_x86_64.deb
- vagrant plugin install vagrant-share --plugin-version 1.1.9
- vagrant plugin install vagrant-hostmanager
- vagrant plugin uninstall vagrant-share
install:
- pip install "$ANSIBLE_VERSION"