mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -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
|
@ -135,17 +135,17 @@ RETURN = r'''
|
|||
module_version:
|
||||
description: The version of the dsc resource/module used.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "1.0.1"
|
||||
reboot_required:
|
||||
description: Flag returned from the DSC engine indicating whether or not
|
||||
the machine requires a reboot for the invoked changes to take effect.
|
||||
returned: always
|
||||
type: boolean
|
||||
type: bool
|
||||
sample: True
|
||||
message:
|
||||
description: any error message from invoking the DSC resource
|
||||
returned: error
|
||||
type: string
|
||||
type: str
|
||||
sample: Multiple DSC modules found with resource name xyz
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue