mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-04 00:01:30 -07:00
added missing version_added to new filesystem option
This commit is contained in:
parent
1a8c6d552c
commit
ac206e55ff
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- If yes, if the block device and filessytem size differ, grow the filesystem into the space. Note, XFS Will only grow if mounted.
|
- If yes, if the block device and filessytem size differ, grow the filesystem into the space. Note, XFS Will only grow if mounted.
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "2.0"
|
||||||
opts:
|
opts:
|
||||||
description:
|
description:
|
||||||
- List of options to be passed to mkfs command.
|
- List of options to be passed to mkfs command.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue