mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added info to win_service docs (#32320)
* Added info to win_service docs * minor typo fix
This commit is contained in:
parent
27694f6909
commit
e3fc53b6fc
1 changed files with 4 additions and 2 deletions
|
@ -30,9 +30,9 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: win_service
|
||||
version_added: "1.7"
|
||||
short_description: Manages Windows services
|
||||
short_description: Manages and gets info about Windows services
|
||||
description:
|
||||
- Manages Windows services.
|
||||
- Manages and gets info about Windows services.
|
||||
- For non-Windows targets, use the M(service) module instead.
|
||||
options:
|
||||
dependencies:
|
||||
|
@ -81,6 +81,8 @@ options:
|
|||
name:
|
||||
description:
|
||||
- Name of the service
|
||||
- If only the name pararameter is specified, the module will report
|
||||
on whether the service exists or not without making any changes.
|
||||
required: true
|
||||
path:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue