Skip to content

fix(roles/_common): Fix non-boolean conditionals #621

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

solj
Copy link

@solj solj commented Jul 31, 2025

This modifies the _common role to use a working conditional for newer ansible versions. Without the fix, you receive the following error:

Conditional result was '[...]' of type 'str', which evaluates to True. Conditionals must have a boolean result.

This modifies the _common role to use a working conditional for newer
ansible versions. Without the fix, you receive the following error:

```
Conditional result was '[...]' of type 'str', which evaluates to True. Conditionals must have a boolean result.
```

Signed-off-by: Sol Jerome <[email protected]>
@solj solj force-pushed the fix-non-boolean-conditionals branch from 3f0fa43 to d5422eb Compare July 31, 2025 16:15
@solj solj changed the title roles/_common: Fix non-boolean conditionals fix(roles/_common): Fix non-boolean conditionals Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant