-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid version tag in galaxy.yml #1199
Comments
ansible-freeipa is using a script to create the collection from the repo: This script is changing nearly all files (roles, modules, module_utils, playbooks, examples, readme files, tests and action group) in the repo to use the proper name space for Ansible galaxy or Ansible AutomationHub. The version |
Hmm, but it means that in order to use this collection in some kind of automation systems (like AWX) following procedure should be performed:
I hoped that it will be done 'automagically' by using
as with any other non-official collection. |
The ansible-freeipa collection is officially available at Ansible galaxy and also Ansible AutomationHub. On galaxy as freeipa.ansible_freeipa: https://galaxy.ansible.com/ui/repo/published/freeipa/ansible_freeipa/ |
When trying to include collection from AWX with simple collections/requirements.yml
We receive following:
I suspect that its caused be following
version: "A.B.C"
in topdir galaxy.yml. Is it possible to match this to git version tag?The text was updated successfully, but these errors were encountered: