Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -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