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
pull/18777/head
Ritesh Khadgaray 9 years ago committed by Matt Clay
parent bb355e6ccd
commit 06d2682b08

@ -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…
Cancel
Save