Skip to content

Commit

Permalink
add mixing markup and a bit of rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Jan 23, 2025
1 parent a8bb30d commit ca30c94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/modules/apache2_mod_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@

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:
Expand Down Expand Up @@ -144,8 +143,8 @@
}
}
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:
Expand Down

0 comments on commit ca30c94

Please sign in to comment.