Try to remove buggy plugin

pull/41/head
Emilien Mantel 2020-06-11 12:10:54 +02:00
parent 7854cf6f2a
commit b28437a889
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ services:
before_install: before_install:
- wget https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb - 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 - 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 install vagrant-hostmanager
- vagrant plugin uninstall vagrant-share
install: install:
- pip install "$ANSIBLE_VERSION" - pip install "$ANSIBLE_VERSION"