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
My idea is user can specify author or namespace by some variable, like command line option or environment variable.
For example
mol init role my_new_role --author xhiroga
# ORexport ANSIBLE_MOLECULE_AUTHOR=xhiroga
mol init role my_new_role
# There fill galaxy_info.author in meta/main.yml
Motivation
Because of that the author or namespace is not specified, running test for role will fail by default.
I expect that these option will help users who fail to run test without renaming author, like this issue. #3267
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
-
Summary
My idea is user can specify author or namespace by some variable, like command line option or environment variable.
For example
Motivation
Because of that the author or namespace is not specified, running test for role will fail by default.
I expect that these option will help users who fail to run test without renaming author, like this issue.
#3267
Beta Was this translation helpful? Give feedback.
All reactions