-
Notifications
You must be signed in to change notification settings - Fork 15
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
Upgrade to Molecule v2 #12
Conversation
Looks like tests are failing :( |
@@ -0,0 +1,14 @@ | |||
[[source]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Pipfile
and Pipfile.lock
should be ignored :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be?
Should Pipfile.lock be committed to version control?
I had added all this files to the .gitignore file, but I don't know if should be ignored or not using pipenv to test Ansible Roles 🙁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, let's leave them for the moment and see if anything explodes 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Requirements
Description of the Change
Upgrade to Molecule v2
Benefits
New Molecule version :) Maybe Scenarios is the most remarkable new feature.
Possible Drawbacks
Vagrant Molecule driver is not supported any more.
Applicable Issues
#11