mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Fix collection module docs for names, IDs, and named URLs (#14269)
This commit is contained in:
@@ -32,7 +32,7 @@ options:
|
||||
type: str
|
||||
inventory:
|
||||
description:
|
||||
- Inventory the group should be made a member of.
|
||||
- Inventory name, ID, or named URL that the group should be made a member of.
|
||||
required: True
|
||||
type: str
|
||||
variables:
|
||||
@@ -41,12 +41,12 @@ options:
|
||||
type: dict
|
||||
hosts:
|
||||
description:
|
||||
- List of hosts that should be put in this group.
|
||||
- List of host names, IDs, or named URLs that should be put in this group.
|
||||
type: list
|
||||
elements: str
|
||||
children:
|
||||
description:
|
||||
- List of groups that should be nested inside in this group.
|
||||
- List of groups names, IDs, or named URLs that should be nested inside in this group.
|
||||
type: list
|
||||
elements: str
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user