Skip to content

Commit

Permalink
Merge pull request #3 from Sgoettschkes/master
Browse files Browse the repository at this point in the history
Help for error message, solves #1
  • Loading branch information
jaugustin committed Jan 29, 2015
2 parents 60ea51f + f750ccd commit 641c3ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Your vagrant box should have ansible installed on it, if it's not the case you c
Configure your VagrantFile with the `ansibleLocal` provisioner:

config.vm.provision :ansibleLocal, :playbook => "ansible/ansible.yml"

In case your ansible version is between 1.5 and 1.8 and you are running into an error message saying `ERROR: provided hosts list is empty`, you can either add anything to your `/etc/ansible/hosts` file or change the configuration of the provisioner:

config.vm.provision :ansibleLocal, :playbook => "playbooks/playbook.yml", :raw_arguments => "-i 'localhost,'"

## Contributing

Expand Down

0 comments on commit 641c3ba

Please sign in to comment.