What problem does this feature solve? Please describe.
The recommended way to reference collection content (e.g., role, module, plugin) from within a playbook is to use the fully qualified name style: namespace.name.my_content_name.
However, there's not an easy way for a playbook author to know the fully qualified name. It would be useful, and less error prone, if mazer could show the fully qualified name.
Proposed Solution
Describe the solution you'd like
Alter the mazer list --content output to include the fully qualified name.
Potential output example (Note, important part is the concept of the full_name value, the rest of the output is likely to change so don't get hung up on it):
Feature Request
Use Case
What problem does this feature solve? Please describe.
The recommended way to reference collection content (e.g., role, module, plugin) from within a playbook is to use the fully qualified name style:
namespace.name.my_content_name
.However, there's not an easy way for a playbook author to know the fully qualified name. It would be useful, and less error prone, if mazer could show the fully qualified name.
Proposed Solution
Describe the solution you'd like Alter the
mazer list --content
output to include the fully qualified name.Current output example:
Potential output example (Note, important part is the concept of the full_name value, the rest of the output is likely to change so don't get hung up on it):
Alternatives
Describe alternatives you've considered
Implementation
Teachability, Documentation, Adoption, Migration Strategy
Should mostly just be a matter of changing the string formats in ansible_galaxy.actions.list._list()