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

Avoid crash with None tasks #1048

Merged
merged 1 commit into from Nov 2, 2020
Merged

Avoid crash with None tasks #1048

merged 1 commit into from Nov 2, 2020

Commits on Oct 2, 2020

  1. Avoid crash with None tasks

    As ansible allows tasks to be None, we should also avoid crashing when
    encountering them.
    
    Includes regression prevention by assuring we can parse files
    with empty tasks.
    
    Fixes: #468
    ssbarnea committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    aee0027 View commit details
    Browse the repository at this point in the history