mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Correct minor typo in filesystem module docs (#52413)
Changed 'filesytem' to 'filesystem'
This commit is contained in:
parent
3408de156a
commit
88545b0292
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ options:
|
||||||
default: 'no'
|
default: 'no'
|
||||||
resizefs:
|
resizefs:
|
||||||
description:
|
description:
|
||||||
- If C(yes), if the block device and filesytem size differ, grow the filesystem into the space.
|
- If C(yes), if the block device and filesystem size differ, grow the filesystem into the space.
|
||||||
- Supported for C(ext2), C(ext3), C(ext4), C(ext4dev), C(f2fs), C(lvm), C(xfs), C(vfat), C(swap) filesystems.
|
- Supported for C(ext2), C(ext3), C(ext4), C(ext4dev), C(f2fs), C(lvm), C(xfs), C(vfat), C(swap) filesystems.
|
||||||
- XFS Will only grow if mounted.
|
- XFS Will only grow if mounted.
|
||||||
- vFAT will likely fail if fatresize < 1.04.
|
- vFAT will likely fail if fatresize < 1.04.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue