Skip to content

Fixes bool filter for when condition #11

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssimpson89
Copy link
Contributor

This PR improves the when conditions for the metallb and nodeport_proxy tasks by replacing direct comparisons to true with the | bool filter.

Using == true requires the variable to be a literal boolean, variables such as those from Ascenders Variables, may be strings or other types. The | bool filter correctly interprets all truthy values, including strings.

@ssimpson89 ssimpson89 requested a review from GodloveD April 22, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant