mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Fix collection module docs for names, IDs, and named URLs (#14269)
This commit is contained in:
@@ -44,7 +44,7 @@ options:
|
||||
type: str
|
||||
organization:
|
||||
description:
|
||||
- Organization the inventory belongs to.
|
||||
- Organization name, ID, or named URL the inventory belongs to.
|
||||
required: True
|
||||
type: str
|
||||
variables:
|
||||
@@ -62,12 +62,12 @@ options:
|
||||
type: str
|
||||
instance_groups:
|
||||
description:
|
||||
- list of Instance Groups for this Organization to run on.
|
||||
- list of Instance Group names, IDs, or named URLs for this Organization to run on.
|
||||
type: list
|
||||
elements: str
|
||||
input_inventories:
|
||||
description:
|
||||
- List of Inventories to use as input for Constructed Inventory.
|
||||
- List of Inventory names, IDs, or named URLs to use as input for Constructed Inventory.
|
||||
type: list
|
||||
elements: str
|
||||
prevent_instance_group_fallback:
|
||||
|
||||
Reference in New Issue
Block a user