griggheo / ansible-consul-template

Ansible role for installing consul-template
Apache License 2.0
54 stars 52 forks source link

fixed testing #22

Closed jpgrace closed 8 years ago

jpgrace commented 8 years ago

There is a bug when attempting to run the tests.

$ vagrant up
Bringing machine 'test' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

ansible remote provisioner:
* The following settings shouldn't exist: become

I created this problem with my last pull request.

This commit fixes that issue and adds documentation to the README file on how to run the tests locally.