Skip to content

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