ansible / galaxy-issues

This repository exists solely for the tracking of user issues with Ansible Galaxy.
20 stars 3 forks source link

Galaxy not importing roles from github #213

Closed MarceloSaied closed 7 years ago

MarceloSaied commented 7 years ago

Hi, I ve created a role , and added to github as ansible-role-iscsi_lnx_1 my user in galaxy is connected to galaxy, yet the role do not apear. i have googled , and acording on what i found, i tunned the meta main. yml file i dont really know how to proceed to publish the role thanks

chouseknecht commented 7 years ago

You have to log into Galaxy using your GitHub account, then go to My Roles and click the slide to the left of the role. If you don't see your role listed, click the refresh button (to the right of the search box).

MarceloSaied commented 7 years ago

Hi chouseknecht, Thanks for your answer, Im loged on with the github account, and used the refresh button in MY ROLES. Still not appearing :-( Thanks

https://github.com/MarceloSaied/ansible-role-iscsi_lnx_1

chouseknecht commented 7 years ago

The directory structure is incorrect. Everything in iscsi_lnx_1/ should move up a level. Specifically it expects to find meta/main.yml at the top level.

MarceloSaied commented 7 years ago

Ha!. thanks for your assistance :-)