1
0
Fork 0
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:
Trond Hindenes 2017-10-29 20:43:18 +01:00 committed by Jordan Borean
parent 27694f6909
commit e3fc53b6fc

View file

@ -30,9 +30,9 @@ DOCUMENTATION = r'''
--- ---
module: win_service module: win_service
version_added: "1.7" version_added: "1.7"
short_description: Manages Windows services short_description: Manages and gets info about Windows services
description: description:
- Manages Windows services. - Manages and gets info about Windows services.
- For non-Windows targets, use the M(service) module instead. - For non-Windows targets, use the M(service) module instead.
options: options:
dependencies: dependencies:
@ -81,6 +81,8 @@ options:
name: name:
description: description:
- Name of the service - 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 required: true
path: path:
description: description: