-
Notifications
You must be signed in to change notification settings - Fork 77
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
molecule reset
requires unused module
#166
Comments
That looks like a bug in molecule-plugins, it should do lazy imports as dependencies are not always installed. Maybe we should ignore (or warn) about plugins that cannot be instantiated? Any suggestions? |
Maybe just information that "No module named 'docker' is installed." since I assume it would be noticeable if the module wasn't installed but expected to be used the the molecule tests |
This issue should be fixed when molecule#2540 is closed EDIT: |
* if the user hasn't installed the `[docker]` extra, they won't have `docker` to `import`, so don't make `import docker` required in the docker driver's `reset`. * fixes ansible-community#166
* if the user hasn't installed the `[docker]` extra, they won't have `docker` to `import`, so don't make `import docker` required in the docker driver's `reset`. * fixes ansible-community#166
* if the user hasn't installed the `[docker]` extra, they won't have `docker` to `import`, so don't make `import docker` required in the docker driver's `reset`. * fixes ansible-community#166
* if the user hasn't installed the `[docker]` extra, they won't have `docker` to `import`, so don't make `import docker` required in the docker driver's `reset`. * fixes ansible-community#166
* if the user hasn't installed the `[docker]` extra, they won't have `docker` to `import`, so don't make `import docker` required in the docker driver's `reset`. * fixes ansible-community#166
* if the user hasn't installed the `[docker]` extra, they won't have `docker` to `import`, so don't make `import docker` required in the docker driver's `reset`. * fixes #166
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Desired Behavior
Successful
moecule reset
Actual Behaviour
Repo in question: https://github.com/konstruktoid/ansible-role-docker-rootless
The text was updated successfully, but these errors were encountered: