From 690d227034354a8f6cc286de029344a70cfb9830 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 13 Mar 2015 11:45:22 -0400 Subject: [PATCH] extended return value explanation --- docsite/rst/common_return_values.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docsite/rst/common_return_values.rst b/docsite/rst/common_return_values.rst index ebee58c1c2..38a6917233 100644 --- a/docsite/rst/common_return_values.rst +++ b/docsite/rst/common_return_values.rst @@ -3,8 +3,9 @@ Common Return Values .. contents:: Topics -Ansible modules normally return a data structure that can be registered into a variable, -or seen directly when using the `ansible` program as output. +Ansible modules normally return a data structure that can be registered into a variable, or seen directly when using +the `ansible` program as output. Here we document the values common to all modules, each module can optionally document +it's own unique returns. If these docs exist they will be visible through ansible-doc and https://docs.ansible.com. .. _facts: