From eb6ba749c22ba83ae576373334a8553f9d34c264 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 23 May 2016 10:36:47 -0400 Subject: [PATCH] added return docs --- cloud/smartos/smartos_image_facts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud/smartos/smartos_image_facts.py b/cloud/smartos/smartos_image_facts.py index 1b9926080a2..57ab62b9ce9 100644 --- a/cloud/smartos/smartos_image_facts.py +++ b/cloud/smartos/smartos_image_facts.py @@ -54,6 +54,9 @@ debug: msg="{{ smartos_images[item]['name'] }}-{{smartos_images[item]['version'] with_items: smartos_images.keys() ''' +RETURN = ''' +# this module returns ansible_facts +''' try: import json