mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Fix collection module docs for names, IDs, and named URLs (#14269)
This commit is contained in:
@@ -34,17 +34,17 @@ options:
|
||||
type: str
|
||||
inventory:
|
||||
description:
|
||||
- Inventory to use for the job, only used if prompt for inventory is set.
|
||||
- Inventory name, ID, or named URL to use for the job, only used if prompt for inventory is set.
|
||||
type: str
|
||||
organization:
|
||||
description:
|
||||
- Organization the job template exists in.
|
||||
- Organization name, ID, or named URL the job template exists in.
|
||||
- Used to help lookup the object, cannot be modified using this module.
|
||||
- If not provided, will lookup by name only, which does not work with duplicates.
|
||||
type: str
|
||||
credentials:
|
||||
description:
|
||||
- Credential to use for job, only used if prompt for credential is set.
|
||||
- Credential names, IDs, or named URLs to use for job, only used if prompt for credential is set.
|
||||
type: list
|
||||
aliases: ['credential']
|
||||
elements: str
|
||||
@@ -88,7 +88,7 @@ options:
|
||||
type: dict
|
||||
execution_environment:
|
||||
description:
|
||||
- Execution environment to use for the job, only used if prompt for execution environment is set.
|
||||
- Execution environment name, ID, or named URL to use for the job, only used if prompt for execution environment is set.
|
||||
type: str
|
||||
forks:
|
||||
description:
|
||||
@@ -96,7 +96,7 @@ options:
|
||||
type: int
|
||||
instance_groups:
|
||||
description:
|
||||
- Instance groups to use for the job, only used if prompt for instance groups is set.
|
||||
- Instance group names, IDs, or named URLs to use for the job, only used if prompt for instance groups is set.
|
||||
type: list
|
||||
elements: str
|
||||
job_slice_count:
|
||||
|
||||
Reference in New Issue
Block a user