From a5d2e3ec800e3d4045f70f0961aed62cea5f1e88 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:03:51 +1300 Subject: [PATCH] apache2-mod-proxy: reformatted YAML blocks (#9613) --- plugins/modules/apache2_mod_proxy.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/modules/apache2_mod_proxy.py b/plugins/modules/apache2_mod_proxy.py index af30549a94..fcd920fd7c 100644 --- a/plugins/modules/apache2_mod_proxy.py +++ b/plugins/modules/apache2_mod_proxy.py @@ -40,7 +40,8 @@ options: type: str description: - (IPv4|IPv6|FQDN) of the balancer member to get or to set attributes to. Port number is autodetected and should not - be specified here. If undefined, apache2_mod_proxy module will return a members list of dictionaries of all the current + be specified here. + - If undefined, the M(community.general.apache2_mod_proxy) module will return a members list of dictionaries of all the current balancer pool members' attributes. state: type: list @@ -112,7 +113,7 @@ EXAMPLES = r""" RETURN = r""" member: - description: specific balancer member information dictionary, returned when apache2_mod_proxy module is invoked with C(member_host) parameter. + description: Specific balancer member information dictionary, returned when the module is invoked with O(member_host) parameter. type: dict returned: success sample: @@ -143,7 +144,8 @@ member: } } members: - description: list of member (defined above) dictionaries, returned when apache2_mod_proxy is invoked with no C(member_host) and state args. + description: List of member (defined above) dictionaries, returned when the module is invoked with no O(member_host) and + O(state) args. returned: success type: list sample: