mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -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
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue