Fixes broken documentation in two modules (#3150)
The modules listed in this PR were using YAML that resulted in blockquote tages being inserted into the generated RestructedText. This PR fixes that so that the documentation once again looks correct
This commit is contained in:
parent
951f1d280c
commit
79895061b4
2 changed files with 8 additions and 7 deletions
|
@ -118,27 +118,27 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
allow:
|
||||
description: |
|
||||
description: >
|
||||
Specifies, if you have enabled SSH access, the IP address or address
|
||||
range for other systems that can use SSH to communicate with this
|
||||
system.
|
||||
returned: changed
|
||||
type: list
|
||||
sample: "192.168.*.*"
|
||||
type: string
|
||||
sample: "192.0.2.*"
|
||||
banner:
|
||||
description: Whether the banner is enabled or not.
|
||||
returned: changed
|
||||
type: string
|
||||
sample: "true"
|
||||
banner_text:
|
||||
description: |
|
||||
description: >
|
||||
Specifies the text included on the pre-login banner that
|
||||
displays when a user attempts to login to the system using SSH.
|
||||
returned: changed and success
|
||||
type: string
|
||||
sample: "This is a corporate device. Connecting to it without..."
|
||||
inactivity_timeout:
|
||||
description: |
|
||||
description: >
|
||||
The number of seconds before inactivity causes an SSH.
|
||||
session to log out
|
||||
returned: changed
|
||||
|
|
|
@ -46,9 +46,10 @@ options:
|
|||
- The unique identifying integer representing the route domain.
|
||||
required: true
|
||||
parent:
|
||||
description: |
|
||||
description:
|
||||
Specifies the route domain the system searches when it cannot
|
||||
find a route in the configured domain.
|
||||
required: false
|
||||
routing_protocol:
|
||||
description:
|
||||
- Dynamic routing protocols for the system to use in the route domain.
|
||||
|
|
Loading…
Reference in a new issue