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!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/be67d177-bca6-440e-b2dc-9786fc5f6b7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to