mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix small typo (#32625)
This commit is contained in:
parent
585ecc2867
commit
4afb3bf76c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ options:
|
||||||
force_instance_delete:
|
force_instance_delete:
|
||||||
description:
|
description:
|
||||||
- To delete an instance, this argument must exist and be true (along with state being equal to absent).
|
- To delete an instance, this argument must exist and be true (along with state being equal to absent).
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
instance_display_name:
|
instance_display_name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue