mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 18:23:09 +00:00
added return docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user