Skip to content

Commit 641c3ba

Browse files
committed
Merge pull request #3 from Sgoettschkes/master
Help for error message, solves #1
2 parents 60ea51f + f750ccd commit 641c3ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Your vagrant box should have ansible installed on it, if it's not the case you c
1717
Configure your VagrantFile with the `ansibleLocal` provisioner:
1818

1919
config.vm.provision :ansibleLocal, :playbook => "ansible/ansible.yml"
20+
21+
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:
22+
23+
config.vm.provision :ansibleLocal, :playbook => "playbooks/playbook.yml", :raw_arguments => "-i 'localhost,'"
2024

2125
## Contributing
2226

0 commit comments

Comments
 (0)