mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Use semantic markup (modules t-z) (#6698)
* Use semantic markup. * Fix escaping.
This commit is contained in:
parent
3b13c30112
commit
ccdcf70d69
29 changed files with 186 additions and 189 deletions
|
@ -33,11 +33,11 @@ options:
|
|||
elements: str
|
||||
baseuri:
|
||||
description:
|
||||
- Base URI of OOB controller. Must include this or I(ioms).
|
||||
- Base URI of OOB controller. Must include this or O(ioms).
|
||||
type: str
|
||||
ioms:
|
||||
description:
|
||||
- List of IOM FQDNs for the enclosure. Must include this or I(baseuri).
|
||||
- List of IOM FQDNs for the enclosure. Must include this or O(baseuri).
|
||||
type: list
|
||||
elements: str
|
||||
username:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue