Commit 3cb99db
committed
nfsd: fix Ansible conditional for fsprogs package
Fix Ansible conditional that was checking a string variable as a boolean.
Modern Ansible requires explicit boolean checks, so change:
- fsprogs
to:
- fsprogs < /dev/null | length > 0
This resolves the error:
"Conditional result was 'btrfs-progs' of type 'str', which evaluates
to True. Conditionals must have a boolean result."
Generated-by: Claude AI
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>1 parent 001d31c commit 3cb99db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments