Skip to content

Commit

Permalink
Use the bento box
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Dec 21, 2017
1 parent 456158c commit c337544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Expand Up @@ -25,8 +25,7 @@ ansible-playbook -u vagrant /vagrant/provisioning/playbook.yml -i /vagrant/provi
SCRIPT

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/artful64"
config.vm.box_url = "https://cloud-images.ubuntu.com/xenial/current/artful-server-cloudimg-amd64-vagrant.box"
config.vm.box = "bento/ubuntu-16.04"
config.vm.provider "virtualbox" do |v|
v.memory = 1024
end
Expand Down
2 changes: 1 addition & 1 deletion provisioning/playbook.yml
Expand Up @@ -16,7 +16,7 @@
assert:
that:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_release == 'artful'
- ansible_distribution_release == 'xenial'

- name: update apt cache
apt: update_cache=yes
Expand Down

0 comments on commit c337544

Please sign in to comment.