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
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -81,17 +81,17 @@ RETURN = r'''
name:
description: The key in the system database that was specified
returned: changed and success
type: string
type: str
sample: setup.run
default_value:
description: The default value of the key
returned: changed and success
type: string
type: str
sample: true
value:
description: The value that you set the key to
returned: changed and success
type: string
type: str
sample: false
'''