-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver vagrant does not provide a schema. #193
Comments
Hi, You should set more things for your vagrant box on your
For IP I use :
|
Related: #175 |
there's a 3rd option:
|
I got the same error as this issue is about and when I tried manually adding the json inside venv under def schema_file(self):
return os.path.join(os.path.dirname(__file__), "schema", "driver.json") After adding it I do not get
Versions I was using when testing this:
|
Hello,
I try to run a simple molecule test but the creation fail with the bellow output
I think the vagrant instance is not create and this is the reason of ansible failed but i don't know why the "Create" playbook skip all tasks.
My molecule.yml file :
My converge file :
My pip module installed :
My molecule version :
Could you you help me ?
Have you an idea ?
Thanks
The text was updated successfully, but these errors were encountered: