mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #10466/7b05484d backport][stable-10] doc style adjustments: modules [rtuvx]* (#10488)
doc style adjustments: modules [rtuvx]* (#10466)
* doc style adjustments: modules r*
* doc style adjustments: modules t*
* doc style adjustments: modules u*
* doc style adjustments: modules v*
* doc style adjustments: modules x*
* Update plugins/modules/redis_data.py
---------
(cherry picked from commit 7b05484d8f)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -31,16 +31,15 @@ attributes:
|
||||
options:
|
||||
mime_types:
|
||||
description:
|
||||
- One or more MIME types for which a default handler will be set.
|
||||
- One or more MIME types for which a default handler is set.
|
||||
type: list
|
||||
elements: str
|
||||
required: true
|
||||
handler:
|
||||
description:
|
||||
- Sets the default handler for the specified MIME types.
|
||||
- The desktop file must be installed in the system.
|
||||
If the desktop file is not installed, the module
|
||||
does not fail, but the handler is not set either.
|
||||
- The desktop file must be installed in the system. If the desktop file is not installed, the module does not fail,
|
||||
but the handler is not set either.
|
||||
- You must pass a handler in the form V(*.desktop), otherwise the module fails.
|
||||
type: str
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user