Using generic windows service for example

This commit is contained in:
Chris Hoffman 2014-06-21 21:58:26 -04:00
parent 15277579fe
commit 0f2c5a3472

View file

@ -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
'''