Closed
Description
The molecule command molecule init role myrole
does not work. Molecule now requires a name using dot notation, e.g., molecule init role my.test
. Additionally, it seems that using the word "role" in the name of role is prohibited. I tried numerous times to name the role my.role
, but it failed every time. As soon as I changed the name to my.test
, the role was created successfully.
I reached out to Jeff via Patreon and he asked me to submit this ticket.