Fix invalid fields in module DOCUMENATION (#22297)

* fix module doc fields

* More module docs corrections

* More module docs corrections

* More module docs corrections

* More module docs corrections

* correct aliases

* Review comments

* Must quote ':'

* More authors

* Use suboptions:

* restore type: bool

* type should be in the same place

* More tidyups

* authors

* Use suboptions

* revert

* remove duplicate author

* More issues post rebase
This commit is contained in:
John R Barker 2017-03-09 16:20:25 +00:00 committed by GitHub
commit e5b990a55a
138 changed files with 176 additions and 256 deletions

View file

@ -36,7 +36,6 @@ options:
description:
- Remote RMCP port.
required: false
type: int
default: 623
user:
description:
@ -70,7 +69,7 @@ options:
- If set, ask that system firmware uses this device beyond next boot.
Be aware many systems do not honor this.
required: false
type: boolean
type: bool
default: false
uefiboot:
description:
@ -78,7 +77,7 @@ options:
Strictly speaking, the spec suggests that if not set, the system should BIOS boot and offers no "don't care" option.
In practice, this flag not being set does not preclude UEFI boot on any system I've encountered.
required: false
type: boolean
type: bool
default: false
requirements:
- "python >= 2.6"

View file

@ -36,7 +36,6 @@ options:
description:
- Remote RMCP port.
required: false
type: int
default: 623
user:
description:
@ -61,7 +60,6 @@ options:
description:
- Maximum number of seconds before interrupt request.
required: false
type: int
default: 300
requirements:
- "python >= 2.6"

View file

@ -62,7 +62,7 @@ options:
force_install:
description:
- Set value to True to force node into install state if it already exists in stacki.
requiored: False
required: False
author: "Hugh Ma <Hugh.Ma@flextronics.com>"
'''