File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181RETURN = r"""
8282---
8383changed:
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
8888info:
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 }
9696failed:
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
101101loglines:
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']
You can’t perform that action at this time.
0 commit comments