Skip to content

Commit

Permalink
Merge pull request openedx-unsupported#1006 from edx/han/vagrant
Browse files Browse the repository at this point in the history
taking out ansible.inventory, not needed for vagrant, breaks my vagrant provisioning
  • Loading branch information
hkim823 committed Apr 15, 2014
2 parents 4a9e8eb + 9c1816c commit e0dabf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vagrant/base/devstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.provision :ansible do |ansible|
ansible.playbook = "../../../playbooks/vagrant-devstack.yml"
ansible.inventory_path = "../../../playbooks/vagrant/inventory.ini"
ansible.verbose = "extra"
end
end
1 change: 0 additions & 1 deletion vagrant/base/fullstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision :ansible do |ansible|
# point Vagrant at the location of your playbook you want to run
ansible.playbook = "../../../playbooks/vagrant-fullstack.yml"
ansible.inventory_path = "../../../playbooks/vagrant/inventory.ini"
ansible.verbose = "extra"
end
end

0 comments on commit e0dabf5

Please sign in to comment.