mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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()
|
with_items: smartos_images.keys()
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
# this module returns ansible_facts
|
||||||
|
'''
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user