Commit 31f50692 by Chris Hoffman

Using generic windows service for example

parent 122fff97
......@@ -61,12 +61,12 @@ author: Chris Hoffman
EXAMPLES = '''
# Restart a service
win_service:
name: ncover
name: spooler
state: restarted
# Set service startup mode to auto and ensure it is started
win_service:
name: ncover
name: spooler
start_mode: auto
state: started
'''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment