Fix test failure for lxc_container
TRACE: while parsing a block mapping in "<string>", line 33, column 13: description: resulting state of ... ^ expected <block end>, but found ',' in "lxc_container.RETURN", line 419, column 53: ... "/tmp/test-container-config.tar", ERROR: RETURN is not valid YAML. Line 419 column 53
This commit is contained in:
parent
be66e9d297
commit
040b358770
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ lxc_container:
|
||||||
description: resulting state of the container
|
description: resulting state of the container
|
||||||
returned: success, when archive is true
|
returned: success, when archive is true
|
||||||
type: string
|
type: string
|
||||||
sample: "/tmp/test-container-config.tar",
|
sample: "/tmp/test-container-config.tar"
|
||||||
clone:
|
clone:
|
||||||
description: if the container was cloned
|
description: if the container was cloned
|
||||||
returned: success, when clone_name is specified
|
returned: success, when clone_name is specified
|
||||||
|
|
Loading…
Reference in a new issue