Skip to content

Commit

Permalink
Defines name for Ansible provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Peterson committed Aug 5, 2016
1 parent bd1194c commit f100245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupalbox/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Vagrant.configure("2") do |config|
vb.customize ["modifyvm", :id, "--memory", 1024]
end

# config.vm.provision :ansible do |ansible|
# config.vm.provision "ansible", type: :ansible do |ansible|
# ansible.playbook = "drupalbox.yml"
# ansible.groups = {
# "drupalbox" => "default",
Expand Down

0 comments on commit f100245

Please sign in to comment.