ansible-galaxy / parsing ends include inline comment as part of package name #44240
Closed
exwindchiller
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
Oops, yes that's a bug 😅 #44254 should fix this - we'll follow-up in #44253 to parse the file as YAML, which will stop issues like this happening |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
The ansible-galaxy manager appears to include inline YAML comments (# ...) as part of the dependency name, causing lookup failures.
Minimal Reproduction
requirements file:
Observed Behavior
Renovate logs show:
Failed to look up galaxy-collection package community.aws # obtains secrets from AWS SM: no-resultExpected Behavior
Renovate should parse:
name: community.aws # commentShow more linesas:
community.awsEnvironment
Configuration
These files are valid YAML and parse correctly with Ansible tooling.
Beta Was this translation helpful? Give feedback.
All reactions