OSC / ood-ansible

An ansible role for Open Ondemand
MIT License
30 stars 31 forks source link

add namespace to galaxy metadata #90

Closed johrstrom closed 3 years ago

johrstrom commented 3 years ago

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