Create ansible-galaxy collection
craigers521 opened this issue · 3 comments
i was wondering if there was a chance you could update the module in galaxy? im trying to move to galaxy for collections to help it make mobility easier to onboad other users...
also... i noticed in galaxy to get the module to work.. i had to move the git_acp.py file to the base plugins/module directory in your collection... ansible wasnt picking it up since it was inside of another directory
I was looking for the right opportunity to do that. Seems I have it now. That would also help me to implement proper test. I will let you know soon. In ansible 2.9 and lower, all git modules are under source_control
folder. This is why you find the module in that directory
@craigers521 is now available here https://galaxy.ansible.com/lvrfrc87/git_acp. I will soon merge into master. Please let me know if everything is ok
Thanks Frederico - tested and working.