Open khurley opened 3 days ago
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
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