Add returned keys to example module (#53884)
This commit is contained in:
parent
6719e0abb6
commit
3e670373e0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue