templates/ansible-splash/Vagrantfile in prometheus-splash-0.4.5 vs templates/ansible-splash/Vagrantfile in prometheus-splash-0.5.0
- old
+ new
@@ -15,10 +15,10 @@
end
config.vm.provision "shell", inline: <<-SHELL
sudo apt-get update
sudo apt-add-repository --yes --update ppa:ansible/ansible
- apt-get install -y git ansible
+ apt-get install -y git ansible python-apt
git clone https://github.com/Ultragreen/prometheus-splash.git
cd prometheus-splash/templates/ansible-splash
ansible-playbook -i inventory.dev deploy.yml
SHELL