From 06d2682b08c9738fc31925e408fd1d0b9768c1c1 Mon Sep 17 00:00:00 2001 From: Ritesh Khadgaray Date: Sun, 13 Mar 2016 12:58:51 +0530 Subject: [PATCH] Fix test failure for lxc_container TRACE: while parsing a block mapping in "", line 33, column 13: description: resulting state of ... ^ expected , 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 --- lib/ansible/modules/extras/cloud/lxc/lxc_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/lxc/lxc_container.py b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py index 15347038c69..ab207012329 100644 --- a/lib/ansible/modules/extras/cloud/lxc/lxc_container.py +++ b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py @@ -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