Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers
2018-12-18 22:25:30 +01:00
committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View File

@@ -71,7 +71,7 @@ RETURN = '''
status:
description: success status
returned: success
type: string
type: str
sample: "okey dokey"
'''
from ansible.module_utils.basic import AnsibleModule

View File

@@ -69,7 +69,7 @@ RETURN = '''
status:
description: success status
returned: success
type: string
type: str
sample: "Last login: Fri Sep 16 11:09:20 2016 from 10.35.34.56.....Configuration committed successfully"
'''

View File

@@ -58,7 +58,7 @@ RETURN = '''
status:
description: success status
returned: success
type: string
type: str
sample: "okey dokey"
'''

View File

@@ -64,7 +64,7 @@ RETURN = '''
serialnumber:
description: serialnumber of the device in case that it has been already registered
returned: success
type: string
type: str
sample: 007200004214
'''

View File

@@ -79,13 +79,13 @@ RETURN = '''
stdout:
description: output of the given OP command as JSON formatted string
returned: success
type: string
type: str
sample: "{system: {app-release-date: 2017/05/01 15:09:12}}"
stdout_xml:
description: output of the given OP command as JSON formatted string
returned: success
type: string
type: str
sample: "<response status=success><result><system><hostname>fw2</hostname>"
'''

View File

@@ -43,7 +43,7 @@ RETURN = '''
status:
description: success status
returned: success
type: string
type: str
sample: "okey dokey"
'''