mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -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
|
||||
|
||||
@@ -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"
|
||||
'''
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ RETURN = '''
|
||||
status:
|
||||
description: success status
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "okey dokey"
|
||||
'''
|
||||
|
||||
|
||||
@@ -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
|
||||
'''
|
||||
|
||||
|
||||
@@ -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>"
|
||||
'''
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ RETURN = '''
|
||||
status:
|
||||
description: success status
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "okey dokey"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user