mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
filesystem: fix test to work on newer Fedora (#47176)
This commit is contained in:
parent
6666b070a9
commit
ae5aeb9a67
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ tested_filesystems:
|
||||||
ext3: {fssize: 10, grow: True}
|
ext3: {fssize: 10, grow: True}
|
||||||
ext2: {fssize: 10, grow: True}
|
ext2: {fssize: 10, grow: True}
|
||||||
xfs: {fssize: 20, grow: False} # grow requires a mounted filesystem
|
xfs: {fssize: 20, grow: False} # grow requires a mounted filesystem
|
||||||
btrfs: {fssize: 100, grow: False} # grow not implemented
|
btrfs: {fssize: 150, grow: False} # grow not implemented
|
||||||
vfat: {fssize: 20, grow: True}
|
vfat: {fssize: 20, grow: True}
|
||||||
ocfs2: {fssize: '{{ ocfs2_fssize }}', grow: False} # grow not implemented
|
ocfs2: {fssize: '{{ ocfs2_fssize }}', grow: False} # grow not implemented
|
||||||
f2fs: {fssize: '{{ f2fs_fssize|default(60) }}', grow: 'f2fs_version is version("1.10.0", ">=")'}
|
f2fs: {fssize: '{{ f2fs_fssize|default(60) }}', grow: 'f2fs_version is version("1.10.0", ">=")'}
|
||||||
|
|
Loading…
Reference in a new issue