diff --git a/tests/integration/targets/filesystem/tasks/create_fs.yml b/tests/integration/targets/filesystem/tasks/create_fs.yml index 688a4462db..01245dc1b0 100644 --- a/tests/integration/targets/filesystem/tasks/create_fs.yml +++ b/tests/integration/targets/filesystem/tasks/create_fs.yml @@ -70,9 +70,9 @@ - 'uuid3.stdout == uuid4.stdout' # unchanged - when: - - (grow | bool and (fstype != "vfat" or resize_vfat)) or + - ((grow | bool and (fstype != "vfat" or resize_vfat)) or (fstype == "xfs" and ansible_system == "Linux" and - ansible_distribution not in ["CentOS", "Ubuntu"]) + ansible_distribution not in ["CentOS", "Ubuntu", "openSUSE Leap"])) block: - name: Check that resizefs does nothing if device size is not changed filesystem: