Is this a bug?
#3742
Replies: 1 comment 2 replies
-
I don't think you can use additional dots in the name of a role, the dot is to be used to separate the namespace and the role. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the command I'm running and the error I receive:
molecule init role nats.default.myrole --driver-name docker CRITICAL Outside collections you must mention role namespace like: molecule init role 'acme.myrole'. Be sure you use only lowercase characters and underlines. See https://galaxy.ansible.com/docs/contributing/creating_role.html
This is outside of the collection, it seems to work fine inside of the collection.
Beta Was this translation helpful? Give feedback.
All reactions