fix tests for LVM

Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
Antonio Murdaca 2022-08-24 13:25:50 +00:00 committed by Ondřej Budai
parent c07574f87f
commit 7a4f6d2cbd

View file

@ -90,7 +90,7 @@
device_name: /dev/vda4
when: "'/dev/vda4' in result_df.stdout"
# case: check /sysroot moutn point
# case: check /sysroot mount point
- name: check /sysroot mount point
command: findmnt -r -o SOURCE -n /sysroot
register: result_sysroot_mount_point