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

fix: conditional statement jinja2 templating warning #266

Merged
merged 1 commit into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. fix: conditional statement jinja2 templating warning

    A new warning occurred after updating from ansible-core 2.15.4 to 2.15.8
    [WARNING]: conditional statements should not include jinja2 templating
    delimiters such as {{ }} or {% %}. Found: ...
    
    Removed the jinja2 templating delimeters to fix the warning.
    
    Signed-off-by: Ilari Iso-Junno <iisojunn@users.noreply.github.com>
    iisojunn committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ea2b754 View commit details
    Browse the repository at this point in the history