mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-05 12:42:19 -07:00
[PR #10174/13e3aed8 backport][stable-10] apache2_mod_proxy: adjust docs (fix) (#10183)
apache2_mod_proxy: adjust docs (fix) (#10174)
(cherry picked from commit 13e3aed86d
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
7a0428d7e6
commit
f644720c74
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ member:
|
||||||
description: Specific balancer member information dictionary, returned when the module is invoked with O(member_host) parameter.
|
description: Specific balancer member information dictionary, returned when the module is invoked with O(member_host) parameter.
|
||||||
type: dict
|
type: dict
|
||||||
returned: success
|
returned: success
|
||||||
sample: |
|
sample:
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"Busy": "0",
|
"Busy": "0",
|
||||||
|
@ -149,7 +149,7 @@ members:
|
||||||
O(state) args.
|
O(state) args.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
sample: |-
|
sample:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue