mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-11 03:31:29 -07:00
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…
Add table
Add a link
Reference in a new issue