We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip check
$ molecule --version molecule 6.0.3 using python 3.9 ansible:2.15.13 default:6.0.3 from molecule
I am trying to specify a driver name of 'podman' or 'vagrant' and molecule rejects the name for the driver.
$ molecule init scenario -d podman oscontainers Usage: molecule init scenario [OPTIONS] [SCENARIO_NAME] Try 'molecule init scenario --help' for help.
Error: Invalid value for '--driver-name' / '-d': 'podman' is not 'default'.
This is failing at the command line - there is no example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
pip check
does not report any conflictsEnvironment
$ molecule --version
molecule 6.0.3 using python 3.9
ansible:2.15.13
default:6.0.3 from molecule
What happened
I am trying to specify a driver name of 'podman' or 'vagrant' and molecule rejects the name for the driver.
$ molecule init scenario -d podman oscontainers
Usage: molecule init scenario [OPTIONS] [SCENARIO_NAME]
Try 'molecule init scenario --help' for help.
Error: Invalid value for '--driver-name' / '-d': 'podman' is not 'default'.
Reproducing example
This is failing at the command line - there is no example
The text was updated successfully, but these errors were encountered: