ERROR Cannot find role

Hello this is a noob question:

I’m trying to setup with vagrant / bedrock-ansible but wend i run vagrant up after a certain point i get this error:

ERROR: cannot find role in /Users/rui/cosmoscms.com/cosmoscms-ansible/roles/ntp or /Users/rui/cosmoscms.com/cosmoscms-ansible/ntp or /Users/rui/cosmoscms.com/cosmoscms-ansible/vendor/roles/ntp

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

I’m on osx Mavericks

Question is how can i fix this errors because in fact none of these directories exist in cosmoscms-ansible ( a clone of bedrock-ansible )

Thanks in advance

1 Like

Please update to the latest bedrock-ansible. git pull origin master

Then run “ansible-galaxy install -r requirements.yml -p vendor/roles” as stated in the readme. This should fix your problem. I encountered the same a few days ago.

4 Likes

ty that did the trick