I am trying to use a requirements file to install a collection from my own git repository.
In the documentation it says that I need to have something like this:
collections:
type: git
version: devel
So I have mine looking like this
collections:
type: git
version: devel
This didnt work. I thought it may be that it can't get a collection artifact which I then added a release for. and changed the version number to v01-alpha as that has a tar.gz attached.
My version of ansible is core 2.12.0.dev0. I am using it within an execution environment in AWX.
Any help would be appreciated.
Many thanks.