Skip to content
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

Default nuget version is inconsistent with nuget remote_url #438

Open
marvinthepa opened this issue Nov 18, 2024 · 0 comments
Open

Default nuget version is inconsistent with nuget remote_url #438

marvinthepa opened this issue Nov 18, 2024 · 0 comments

Comments

@marvinthepa
Copy link

the default nuget version is 3:

https://github.com/ansible-ThoTeam/nexus3-oss/blob/ec06f64/defaults/main.yml#L606

  nuget_version: v3 # Nexus gui default. For proxies only. One of v2 or v3

however, the nexus_repos_nuget_proxy is created with the url of the v2 repo:
https://github.com/ansible-ThoTeam/nexus3-oss/blob/ec06f64/defaults/main.yml#L622

    remote_url: http://www.nuget.org/api/v2

This does not work.
The Nexus GUI suggests using https://api.nuget.org/v3/index.json, which seems to do the trick.

IMVHO this should be adapted in this repo. But if you disagree, How do I override the settings below nexus_repos_nuget_proxy ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant