mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
[PR #9447/5f47127e backport][stable-10] adjust doc style - batch 2 (#9463)
adjust doc style - batch 2 (#9447)
(cherry picked from commit 5f47127ef7
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ec6c2a76ad
commit
cb969fc468
21 changed files with 47 additions and 47 deletions
|
@ -374,12 +374,12 @@ lxc_container:
|
|||
type: complex
|
||||
contains:
|
||||
name:
|
||||
description: Name of the lxc container.
|
||||
description: Name of the LXC container.
|
||||
returned: success
|
||||
type: str
|
||||
sample: test_host
|
||||
init_pid:
|
||||
description: Pid of the lxc init process.
|
||||
description: Pid of the LXC init process.
|
||||
returned: success
|
||||
type: int
|
||||
sample: 19786
|
||||
|
@ -389,7 +389,7 @@ lxc_container:
|
|||
type: list
|
||||
sample: ["eth0", "lo"]
|
||||
ips:
|
||||
description: List of ips.
|
||||
description: List of IPs.
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["10.0.3.3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue