mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Matt Clay
parent
bb355e6ccd
commit
06d2682b08
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user