mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
@@ -36,7 +36,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- A JSON or YAML string
|
- A JSON or YAML string
|
||||||
required: False
|
required: False
|
||||||
type: str
|
type: dict
|
||||||
target_credential:
|
target_credential:
|
||||||
description:
|
description:
|
||||||
- The credential which will have its input defined by this source
|
- The credential which will have its input defined by this source
|
||||||
@@ -80,7 +80,7 @@ def main():
|
|||||||
input_field_name=dict(required=True),
|
input_field_name=dict(required=True),
|
||||||
target_credential=dict(required=True),
|
target_credential=dict(required=True),
|
||||||
source_credential=dict(default=''),
|
source_credential=dict(default=''),
|
||||||
metadata=dict(type=dict),
|
metadata=dict(type="dict"),
|
||||||
state=dict(choices=['present', 'absent'], default='present'),
|
state=dict(choices=['present', 'absent'], default='present'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user