Hello,
When I do "vagrant provision" with that in VagrantFile:
config.vm.provision :ansible do |ansible|
ansible.playbook = "playbook.yml"
end
I get:
==> default: Running provisioner: ansible...
File "/usr/local/bin/ansible-playbook", line 218
print ''
^
SyntaxError: invalid syntax
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Sorry, but I'm beginner with Ansible and Vagrant.
Thanks!