added return docs

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent da95dd5652
commit 13cf09f949

@ -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

Loading…
Cancel
Save