From 13cf09f949d8909fc546ec0010d99cdf59f5b0a0 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 23 May 2016 10:36:47 -0400 Subject: [PATCH] added return docs --- .../modules/extras/cloud/smartos/smartos_image_facts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py b/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py index 1b9926080a2..57ab62b9ce9 100644 --- a/lib/ansible/modules/extras/cloud/smartos/smartos_image_facts.py +++ b/lib/ansible/modules/extras/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