robertdebock / galaxy-action

Publish Ansible roles to Galaxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't publish role if inside sub-dir.

lotyp opened this issue · comments

Created template and I'm using your action for publishing. Everything works if in root path.

https://github.com/wayofdev/ansible-role-tpl/tree/feat-experimental

Saw, that docker does not get path env variable and added it, but still I get same error.

#6

Looks like a bug, and needs more debugging :(

Ok, did some debugging, and it is limitation of ansible-galaxy. But there still is bug, when path env var isn't passed. See PR.

Thanks for the PR, merged. I'll do the work to release this in a bit.