Is there an easy way or tool to check what versions of Ansible a role is compatible with?
I have several roles I’m considering adding to Ansible Galaxy. I’d like to have as accurate of a version requirement as I can. But I also do not want to take the time to install Ansible a whole bunch of times in order to check for incompatibilities. Nor do I want to risk missing an incompatibility if I just look at the changelog for breaking changes.
Does anyone have any suggestions?
Thanks!