added return docs
This commit is contained in:
parent
0d54d1ffe4
commit
eb6ba749c2
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue