mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30: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
|
@ -68,7 +68,7 @@ RETURN = r'''
|
|||
cmd:
|
||||
description: The complete command line used by the module
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: defrag.exe /C /V
|
||||
rc:
|
||||
description: The return code for the command
|
||||
|
@ -78,17 +78,17 @@ rc:
|
|||
stdout:
|
||||
description: The standard output from the command
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: Success.
|
||||
stderr:
|
||||
description: The error output from the command
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample:
|
||||
msg:
|
||||
description: Possible error message on failure
|
||||
returned: failed
|
||||
type: string
|
||||
type: str
|
||||
sample: Command 'defrag.exe' not found in $env:PATH.
|
||||
changed:
|
||||
description: Whether or not any changes were made.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue