Remove unneeded fields (with typos). (#1887)
parent
0b9893959f
commit
e353390e6c
|
@ -34,18 +34,15 @@ DOCUMENTATION = r'''
|
||||||
description: Populate inventory with instances in this region.
|
description: Populate inventory with instances in this region.
|
||||||
default: []
|
default: []
|
||||||
type: list
|
type: list
|
||||||
required: false
|
|
||||||
tags:
|
tags:
|
||||||
description: Populate inventory only with instances which have at least one of the tags listed here.
|
description: Populate inventory only with instances which have at least one of the tags listed here.
|
||||||
default: []
|
default: []
|
||||||
type: list
|
type: list
|
||||||
reqired: false
|
|
||||||
version_added: 2.0.0
|
version_added: 2.0.0
|
||||||
types:
|
types:
|
||||||
description: Populate inventory with instances with this type.
|
description: Populate inventory with instances with this type.
|
||||||
default: []
|
default: []
|
||||||
type: list
|
type: list
|
||||||
required: false
|
|
||||||
strict:
|
strict:
|
||||||
version_added: 2.0.0
|
version_added: 2.0.0
|
||||||
compose:
|
compose:
|
||||||
|
|
Loading…
Reference in New Issue