Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #160: DrupalVM on Windows Host - Ansible Playbook Not Found.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 9, 2015
1 parent 5dadc0b commit af09264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Provisioning configuration for shell script (for Windows).
config.vm.provision "shell" do |sh|
sh.path = "#{dir}/provisioning/JJG-Ansible-Windows/windows.sh"
sh.args = "#{dir}/provisioning/playbook.yml"
sh.args = "/provisioning/playbook.yml"
end
else
# Provisioning configuration for Ansible (for Mac/Linux hosts).
Expand Down

0 comments on commit af09264

Please sign in to comment.