mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Using generic windows service for example
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user