added return docs

reviewable/pr18780/r1
Brian Coca 8 years ago
parent 0d54d1ffe4
commit eb6ba749c2

@ -54,6 +54,9 @@ debug: msg="{{ smartos_images[item]['name'] }}-{{smartos_images[item]['version']
with_items: smartos_images.keys() with_items: smartos_images.keys()
''' '''
RETURN = '''
# this module returns ansible_facts
'''
try: try:
import json import json

Loading…
Cancel
Save