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/153c8d82-1946-41ec-aee3-4ce18d833fe3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to