Role cannot be found

Hi Everyone,

Quick question; I have my project structure as shown below. I am trying to ensure the Ansible Vagrant Provisioner runs, but I keep getting this error, any ideas? When I execute “ansible-playbook” command from the Plays folder, this does work…

Try to set the

ENV[‘ANSIBLE_ROLES_PATH’] =…

in your Vagrantfile.

Thanks Daniel! Got it to work.