added return docs
This commit is contained in:
parent
da95dd5652
commit
13cf09f949
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()
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
# this module returns ansible_facts
|
||||
'''
|
||||
|
||||
try:
|
||||
import json
|
||||
|
|
Loading…
Reference in a new issue