Using generic windows service for example

reviewable/pr18780/r1
Chris Hoffman 11 years ago
parent 15277579fe
commit 0f2c5a3472

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

Loading…
Cancel
Save