mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-13 11:49:11 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -193,16 +193,16 @@ RETURN = '''
|
|||
original_message:
|
||||
description: The original name param that was passed in
|
||||
returned: Command line
|
||||
type: string
|
||||
type: str
|
||||
sample: '/opt/oss/bin/racclimx.sh -op Upload -opsName Uploading_testi -DN PLMN-PLMN/MRBTS-746'
|
||||
message:
|
||||
description: The output message that the netact_cm_command module generates
|
||||
returned: Command output message
|
||||
type: string
|
||||
type: str
|
||||
changed:
|
||||
description: data changed
|
||||
returned: true if data is changed
|
||||
type: boolean
|
||||
type: bool
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue