-
Notifications
You must be signed in to change notification settings - Fork 329
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
platforms api endpoint returns 404 not found #3292
Comments
We chose to deprecate the platform api and have no ported them over to the galaxy_ng codebase that now powers galaxy.ansible.com. If you'd like to see the comment removed from the role template, you'll need to file a bug on in the ansible/ansible repo. |
@jctanner can you please explain what is the source of truth location for platform names right now? Thanks! |
1 task
mwilck
added a commit
to mwilck/389ds-server
that referenced
this issue
Feb 29, 2024
Add support for SUSE distributions. Note that I didn't attempt to modify the "platforms" in meta/main.yml, as this seams to be a deprecated / removed feature in ansible-galaxy. (see e.g. ansible/galaxy#3292)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
SUMMARY
The
meta/main.yml
of a role created withansible-galaxy role init
contains the following:This url currently returns a 404 error.
STEPS TO REPRODUCE
Visit https://galaxy.ansible.com/api/v1/platforms/
EXPECTED RESULTS
List of platforms should be returned.
ACTUAL RESULTS
404 not found error.
The text was updated successfully, but these errors were encountered: