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

multi-document yaml files are not supported #2288

Closed
ssbarnea opened this issue Aug 13, 2022 · 0 comments · Fixed by #2290
Closed

multi-document yaml files are not supported #2288

ssbarnea opened this issue Aug 13, 2022 · 0 comments · Fixed by #2290
Assignees
Labels

Comments

@ssbarnea
Copy link
Member

ssbarnea commented Aug 13, 2022

We fail to process at YAML files that are multi-document but:

  • pyyaml supports them
  • yamllint supports them
  • ansible itself does not accept them
  • our parse_yaml_linenumbers method throws error, while ideally it should not, this being caused by the fact that its implementation relies on Ansible loader and not other one.
@ssbarnea ssbarnea added new Triage required bug labels Aug 13, 2022
@ssbarnea ssbarnea self-assigned this Aug 13, 2022
@ssbarnea ssbarnea reopened this Aug 14, 2022
@ssbarnea ssbarnea removed the new Triage required label Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant