From 79895061b47a3eba5935c38a3b30fabfc306ecf5 Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Wed, 12 Oct 2016 11:49:12 -0700 Subject: [PATCH] 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 --- .../modules/extras/network/f5/bigip_device_sshd.py | 10 +++++----- .../modules/extras/network/f5/bigip_routedomain.py | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py b/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py index 854337180c3..d69292f6017 100644 --- a/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py +++ b/lib/ansible/modules/extras/network/f5/bigip_device_sshd.py @@ -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 diff --git a/lib/ansible/modules/extras/network/f5/bigip_routedomain.py b/lib/ansible/modules/extras/network/f5/bigip_routedomain.py index 0df2446184a..f679dd03819 100644 --- a/lib/ansible/modules/extras/network/f5/bigip_routedomain.py +++ b/lib/ansible/modules/extras/network/f5/bigip_routedomain.py @@ -46,12 +46,13 @@ 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. + - Dynamic routing protocols for the system to use in the route domain. choices: - BFD - BGP