Add returned keys to example module (#53884)

This commit is contained in:
Jill R 2019-03-20 09:22:49 -07:00 committed by John R Barker
parent 6719e0abb6
commit 3e670373e0

View file

@ -119,8 +119,11 @@ To create a new module:
original_message:
description: The original name param that was passed in
type: str
returned: always
message:
description: The output message that the sample module generates
type: str
returned: always
'''
from ansible.module_utils.basic import AnsibleModule