mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
Fix RETURN document to be a valid yaml
This commit is contained in:
parent
dc9905a8de
commit
669a9838d5
1 changed files with 18 additions and 19 deletions
|
@ -99,8 +99,7 @@ lxd_container:
|
||||||
type: object
|
type: object
|
||||||
contains:
|
contains:
|
||||||
addresses:
|
addresses:
|
||||||
description: mapping from the network device name to a list
|
description: mapping from the network device name to a list of IPv4 addresses in the container
|
||||||
of IPv4 addresses in the container
|
|
||||||
returned: when state is started or restarted
|
returned: when state is started or restarted
|
||||||
type: object
|
type: object
|
||||||
sample: {"eth0": ["10.155.92.191"]}
|
sample: {"eth0": ["10.155.92.191"]}
|
||||||
|
@ -108,7 +107,7 @@ lxd_container:
|
||||||
description: the old state of the container
|
description: the old state of the container
|
||||||
returned: when state is started or restarted
|
returned: when state is started or restarted
|
||||||
sample: "stopped"
|
sample: "stopped"
|
||||||
logs": ["started"],
|
logs:
|
||||||
description: list of actions performed for the container
|
description: list of actions performed for the container
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue