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

Improve error handling when loading yaml stream #11962

Merged

Commits on May 8, 2024

  1. Improve error handling when loading yaml stream

    During tests with Ansible macros it was noticed a case where the Ansible
    task names include "{{{ rule_title }}}" and an specific rule has special
    symbols in its title. This was causing the load of the stream to fail
    but the exception was not clear or easy to debug. So, it was created an
    exception for this case giving some hints for the developer.
    marcusburghardt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    47b5c3b View commit details
    Browse the repository at this point in the history