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
bb355e6ccd
commit
06d2682b08
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ lxc_container:
|
|||
description: resulting state of the container
|
||||
returned: success, when archive is true
|
||||
type: string
|
||||
sample: "/tmp/test-container-config.tar",
|
||||
sample: "/tmp/test-container-config.tar"
|
||||
clone:
|
||||
description: if the container was cloned
|
||||
returned: success, when clone_name is specified
|
||||
|
|
Loading…
Reference in a new issue