diff --git a/README.md b/README.md index fda3885..4118f87 100644 --- a/README.md +++ b/README.md @@ -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