roots/roots-example-project.com

Wrong path for Ansible in Vagranfile

Closed this issue · 3 comments

vb commented

I get

There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: /Users/viktor/sites/example.com/Vagrantfile
Message: ./group_vars/development file not found. Please set ANSIBLE_PATH in Vagrantfile

If you move the Vagrantfile to root directory (#5 in instructions) you'll have to update the ANSIBLE_PATH from '' to 'ansible' (the ansible directory name)

There's already a Vagrantfile in the root with the correct ANSIBLE_PATH set.

@viktorbergehall oh yes, the current README is missing the ANSIBLE_PATH part. I have an update almost ready where it won't be necessary to update that setting though. It will just detect it automatically.

Closed by #13