-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Values with custom tags are set to null
#23
Comments
I pushed a solution for this, but I'm wary of unexpected behavior with this. YAML tags are very troublesome and generally I'd like to do as little as possible to support them. |
@GroovyCarrot and @andrewbaxter, I'd appreciate if you tested master and commented on whether this suits your needs or if you see any caveats. |
I like this better than the previous null stuff. I haven't been extracting data from within the tags so it's hard for me to say if there are hidden issues with this approach. My scripts are still working though. |
Released in v2.5.0. |
Just had a chance to test, works perfectly 👍 thanks. |
So I have an ansible playbook which has tags like this:
When trying to extract this, to pipe it into a decrypt:
It would be more useful to just ignore tags that aren't recognised and pull the value out as-is, rather than just
null
ing the value out entirely. It might be a trivial to expose tags separately if you need them?The text was updated successfully, but these errors were encountered: