Commit 0476f9d
[devscripts] fix quoted version test conditional
The when condition in 137_custom_install.yml wrapped the version
test expression in double quotes, causing Ansible to evaluate it
as a non-empty string (always True) instead of a boolean.
Remove the outer quotes so the expression is evaluated correctly.
Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: John Fulton <fulton@redhat.com>1 parent 5b1d21e commit 0476f9d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments