Hey, it sounds like you’re bumping into a namespace mismatch. ansible-lint is cool with your custom “lucasjanin” in meta/main.yml since it only checks code style. But Galaxy’s import process is stricter—it expects that legacy namespace to already exist.
Your options are simple:
• Remove the override: Let Galaxy use your default account namespace.
• Register the namespace: If you really want “lucasjanin”, get it set up as a legacy namespace on Galaxy.