Commit 31f50692 by Chris Hoffman

Using generic windows service for example

parent 122fff97
...@@ -61,12 +61,12 @@ author: Chris Hoffman ...@@ -61,12 +61,12 @@ author: Chris Hoffman
EXAMPLES = ''' EXAMPLES = '''
# Restart a service # Restart a service
win_service: win_service:
name: ncover name: spooler
state: restarted state: restarted
# Set service startup mode to auto and ensure it is started # Set service startup mode to auto and ensure it is started
win_service: win_service:
name: ncover name: spooler
start_mode: auto start_mode: auto
state: started 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