Created
December 20, 2017 21:02
-
-
Save alexcheng1982/a9826ebee5c1e7c38e7afa8613cd18bc to your computer and use it in GitHub Desktop.
Ansbile handler to start Nginx service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
- name: start nginx | |
win_service: | |
name: nginx | |
start_mode: auto | |
state: started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment