From 9a9ee3a19515f4c182e5c7fdfe6bc59b3c04fe38 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 10 Dec 2016 22:30:54 +0100 Subject: [PATCH] Improve YAML (#19174) --- docsite/rst/developing_modules.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 9325c215d6..492bb9a829 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -453,17 +453,17 @@ the ``copy`` module:: description: destination file/path returned: success type: string - sample: "/path/to/file.txt" + sample: /path/to/file.txt src: description: source file used for the copy on the target machine returned: changed type: string - sample: "/home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source" + sample: /home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source md5sum: description: md5 checksum of the file after running copy returned: when supported type: string - sample: "2a5aeecc61dc98c4d780b14b330e3282" + sample: 2a5aeecc61dc98c4d780b14b330e3282 ... '''