Skip to content

Commit d063fc1

Browse files
committed
Upgrading Python and Ansible Core versions.
Signed-off-by: lakshmj <[email protected]>
1 parent cb8dc5f commit d063fc1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/modules/routerdynamicrouting_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,25 @@
8181
RETURN = r"""
8282
---
8383
changed:
84-
description: Always false for info modules as they do not modify state
84+
description: Always false for info modules as they do not modify state.
8585
returned: always
8686
type: bool
8787
sample: false
8888
info:
89-
description: Information retrieved from the dynamic routing configuration
89+
description: Information retrieved from the dynamic routing configuration.
9090
returned: success
9191
type: dict
9292
sample: {
9393
"commandstring": "show ip bgp summary",
9494
"response": "router response data here"
9595
}
9696
failed:
97-
description: Indicates if the module failed or not
97+
description: Indicates if the module failed or not.
9898
returned: always
9999
type: bool
100100
sample: false
101101
loglines:
102-
description: list of logged messages by the module
102+
description: list of logged messages by the module.
103103
returned: always
104104
type: list
105105
sample: ['message 1', 'message 2']

0 commit comments

Comments
 (0)