Commit 791f7d79 by Feanil Patel

Update to correct pathing from new location.

parent 981e24e4
......@@ -16,9 +16,9 @@ Vagrant.configure("2") do |config|
config.vm.provision :ansible do |ansible|
# point Vagrant at the location of your playbook you want to run
ansible.playbook = "playbooks/vagrant.yml"
ansible.playbook = "../../playbooks/vagrant.yml"
ansible.inventory_file = "playbooks/vagrant/inventory.ini"
ansible.inventory_file = "../../playbooks/vagrant/inventory.ini"
ansible.extra_vars = { secure_dir: "secure_example" }
ansible.verbose = true
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment