You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Great plugin; I'm running Ubuntu 22.04 with ansible in a virtual environment, and from reading the README, it was not stated that I needed to pip install molecule-vagrant. When I tried to create a new role with the vagrant driver for molecule:
molecule init role --driver-name vagrant my_namespace.dummy_vagrant_driver_role
I got
Usage: molecule init role [OPTIONS] ROLE_NAME
Try 'molecule init role --help' for help.
Error: Invalid value for '--driver-name' / '-d': 'vagrant' is not one of 'delegated', 'docker'.
googling "ansible plugins" didn't help, afaict. I didn't have time to run through the molecule code to see how it looks for drivers. So I don't know if this is an oddity on my system, or if this install step is missing from the README in this repo.
This discussion was converted from issue #178 on August 07, 2022 11:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Great plugin; I'm running Ubuntu 22.04 with ansible in a virtual environment, and from reading the README, it was not stated that I needed to
pip install molecule-vagrant
. When I tried to create a new role with the vagrant driver for molecule:I got
I finally stumbled upon (no link in the README) https://pypi.org/project/molecule-vagrant/ , and decided to give it a shot with pip. It worked!
googling "ansible plugins" didn't help, afaict. I didn't have time to run through the molecule code to see how it looks for drivers. So I don't know if this is an oddity on my system, or if this install step is missing from the README in this repo.
Beta Was this translation helpful? Give feedback.
All reactions