You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I noticed it as well last night..
Thanks for your proposed fix. I might add this as a temporarily fix/workaround. But i'm getting a bit annoyed by these url changes, so I'm thinking of creating a python module within this collection that automatically identifies the url based on a given version number.
It's probably gonna be something like this:
- name: Download given Nexus versioncloudkrafter.nexus.download:
state: latest # 'latest' to download the latest version, 'present' combined with a given version.version: 3.78.0-1 # only works when state is present.dest: /path/to/download/dir
This is in line with the refactoring goals im currently working on.
The URLs have changed (again...): https://help.sonatype.com/en/download.html
Fix would be:
The text was updated successfully, but these errors were encountered: