add namespace to galaxy metadata to fix warnings like
WARNING Computed fully qualified role name of open_ondemand does not follow current galaxy requirements.
Please edit meta/main.yml and assure we can correctly determine full role name:
galaxy_info:
role_name: my_name # if absent directory name hosting role is used instead
namespace: my_galaxy_namespace # if absent, author is used instead
add namespace to galaxy metadata to fix warnings like