mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Fix collection module docs for names, IDs, and named URLs (#14269)
This commit is contained in:
@@ -29,12 +29,12 @@ options:
|
||||
choices: [ 'run', 'check' ]
|
||||
execution_environment:
|
||||
description:
|
||||
- Execution Environment to use for the ad hoc command.
|
||||
- Execution Environment name, ID, or named URL to use for the ad hoc command.
|
||||
required: False
|
||||
type: str
|
||||
inventory:
|
||||
description:
|
||||
- Inventory to use for the ad hoc command.
|
||||
- Inventory name, ID, or named URL to use for the ad hoc command.
|
||||
required: True
|
||||
type: str
|
||||
limit:
|
||||
@@ -43,7 +43,7 @@ options:
|
||||
type: str
|
||||
credential:
|
||||
description:
|
||||
- Credential to use for ad hoc command.
|
||||
- Credential name, ID, or named URL to use for ad hoc command.
|
||||
required: True
|
||||
type: str
|
||||
module_name:
|
||||
|
||||
Reference in New Issue
Block a user