mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Add the elements: str type to the lists
This commit is contained in:
@@ -30,50 +30,62 @@ options:
|
|||||||
description:
|
description:
|
||||||
- organization names to export
|
- organization names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
users:
|
users:
|
||||||
description:
|
description:
|
||||||
- user names to export
|
- user names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
teams:
|
teams:
|
||||||
description:
|
description:
|
||||||
- team names to export
|
- team names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
credential_types:
|
credential_types:
|
||||||
description:
|
description:
|
||||||
- credential type names to export
|
- credential type names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
credentials:
|
credentials:
|
||||||
description:
|
description:
|
||||||
- credential names to export
|
- credential names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
execution_environments:
|
execution_environments:
|
||||||
description:
|
description:
|
||||||
- execution environment names to export
|
- execution environment names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
notification_templates:
|
notification_templates:
|
||||||
description:
|
description:
|
||||||
- notification template names to export
|
- notification template names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
inventory_sources:
|
inventory_sources:
|
||||||
description:
|
description:
|
||||||
- inventory soruces to export
|
- inventory soruces to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
inventory:
|
inventory:
|
||||||
description:
|
description:
|
||||||
- inventory names to export
|
- inventory names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
projects:
|
projects:
|
||||||
description:
|
description:
|
||||||
- project names to export
|
- project names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
job_templates:
|
job_templates:
|
||||||
description:
|
description:
|
||||||
- job template names to export
|
- job template names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
workflow_job_templates:
|
workflow_job_templates:
|
||||||
description:
|
description:
|
||||||
- workflow names to export
|
- workflow names to export
|
||||||
type: list
|
type: list
|
||||||
|
elements: str
|
||||||
requirements:
|
requirements:
|
||||||
- "awxkit >= 9.3.0"
|
- "awxkit >= 9.3.0"
|
||||||
notes:
|
notes:
|
||||||
|
|||||||
Reference in New Issue
Block a user