Commit 8b3b055
[devscripts] use boolean conditionals in devscripts tasks
Newer Ansible requires conditionals to resolve to explicit boolean
values rather than relying on truthiness of other types.
132_extend_lvm.yml: replace bare dict checks for ansible_lvm and
root_mount_data with `| length > 0`.
Signed-off-by: John Fulton <fulton@redhat.com>
Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6a339e4 commit 8b3b055
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments