Skip to content

Commit

Permalink
Merge pull request #17 from kajisaap/ansible1_5_X_fix
Browse files Browse the repository at this point in the history
Ansible 1.5 breaks vagrant ansible provisioning..this fixes it
  • Loading branch information
dmichel1 committed Apr 10, 2014
2 parents 29b9b83 + 162f97f commit 9812637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell", inline: "sudo locale-gen en_US.UTF-8"

config.vm.provision "ansible" do |ansible|
ansible.limit = 'all' #https://github.com/mitchellh/vagrant/issues/3096
ansible.playbook = "playbook.yml"
ansible.inventory_path = "hosts"
ansible.host_key_checking = false
Expand Down

0 comments on commit 9812637

Please sign in to comment.