ERROR Computed fully qualified role name of C0nsultant.ansible does not follow current galaxy requirements.
Please edit meta/main.yml and assure we can correctly determine full role name:
Traceback (most recent call last):
galaxy_info:
File "/opt/hostedtoolcache/Python/3.10.1/x64/bin/molecule", line 8, in <module>
role_name: my_name # if absent directory name hosting role is used instead
namespace: my_galaxy_namespace # if absent, author is used instead
sys.exit(main())
To fix, I added role_name and namespace explicitly.
Current
Ansible Role
Action fails with error:To fix, I added role_name and namespace explicitly.