Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 20, 2017 21:02
Show Gist options
  • Save alexcheng1982/a9826ebee5c1e7c38e7afa8613cd18bc to your computer and use it in GitHub Desktop.
Save alexcheng1982/a9826ebee5c1e7c38e7afa8613cd18bc to your computer and use it in GitHub Desktop.
Ansbile handler to start Nginx service
--
- 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