mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix return types
We're now stricter on naming the return types. Replace string with str.
This commit is contained in:
committed by
Matt Clay
parent
05c6ff79f9
commit
947c4300ee
@@ -64,7 +64,7 @@ RETURN = """
|
||||
command:
|
||||
description: the CLI command run on the target node.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
stdout:
|
||||
description: set of responses from the admin-session-timeout command.
|
||||
returned: always
|
||||
|
||||
@@ -83,7 +83,7 @@ RETURN = """
|
||||
command:
|
||||
description: the CLI command run on the target node.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
stdout:
|
||||
description: set of responses from the cpu-class command.
|
||||
returned: always
|
||||
|
||||
@@ -63,7 +63,7 @@ RETURN = """
|
||||
command:
|
||||
description: the CLI command run on the target node.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
stdout:
|
||||
description: set of responses from the dscp-map command.
|
||||
returned: always
|
||||
|
||||
Reference in New Issue
Block a user