mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
lvol: fix the force parameter's description (#9660)
This commit is contained in:
parent
19d0049698
commit
5f157aac15
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ options:
|
||||||
default: true
|
default: true
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
- Shrink or remove operations of volumes requires this switch. Ensures that that filesystems get never corrupted/destroyed
|
- Shrink or remove operations of volumes requires this switch. Ensures that filesystems never get corrupted/destroyed
|
||||||
by mistake.
|
by mistake.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue