Force install python-apt on Vagrant+Docker

pull/12/head
Emilien Mantel 2018-10-29 14:15:02 +01:00
parent 9f048ae918
commit 04547b496f
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -37,6 +37,7 @@ Vagrant.configure("2") do |config|
d.remains_running = true
d.has_ssh = true
end
m.vm.provision "shell", inline: "apt-get update && apt-get install -y python python-apt"
m.vm.provision "ansible" do |ansible|
ansible.playbook = "tests/test.yml"
ansible.verbose = 'vv'