Fixed final lint issues

Signed-off-by: Tom Page <tpage@redhat.com>
This commit is contained in:
Tom Page
2020-06-16 17:14:52 +01:00
parent fd18194b1b
commit 7bf1d4946e

View File

@@ -36,7 +36,7 @@ options:
description:
- A JSON or YAML string
required: False
type: str
type: dict
target_credential:
description:
- The credential which will have its input defined by this source
@@ -80,7 +80,7 @@ def main():
input_field_name=dict(required=True),
target_credential=dict(required=True),
source_credential=dict(default=''),
metadata=dict(type=dict),
metadata=dict(type="dict"),
state=dict(choices=['present', 'absent'], default='present'),
)