[WIP] [stable-2] Fix filesystem tests on OpenSuSE (#3443)

* Disable failing test on OpenSuSE.

* Fix condition.

* Correct fix.
pull/3449/head
Felix Fontein 2021-09-25 21:12:19 +02:00 committed by GitHub
parent e9900f9a8e
commit 6fdeca5709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@
- 'uuid3.stdout == uuid4.stdout' # unchanged - 'uuid3.stdout == uuid4.stdout' # unchanged
- when: - 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 (fstype == "xfs" and ansible_system == "Linux" and
ansible_distribution not in ["CentOS", "Ubuntu"]) ansible_distribution not in ["CentOS", "Ubuntu", "openSUSE Leap"]))
block: block:
- name: Check that resizefs does nothing if device size is not changed - name: Check that resizefs does nothing if device size is not changed
filesystem: filesystem: