Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added info to win_service docs #32320

Merged
merged 2 commits into from
Oct 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions lib/ansible/modules/windows/win_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
---
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:
Expand Down Expand Up @@ -81,6 +81,8 @@
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:
Expand Down