This website requires JavaScript.
Explore
Help
Register
Sign in
X-dark
/
ansible-labs
Watch
1
Star
0
Fork
You've already forked ansible-labs
0
Code
Issues
Pull requests
Releases
Wiki
Activity
master
ansible-labs
/
040.Handlers
/
solution
/
tasks
/
restart_nginx.yml
7 lines
111 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
Fourth exercise: using handlers
2018-08-01 12:12:26 +02:00
-
name
:
Restart Nginx
become
:
true
use generic service module in solution
2018-12-06 16:47:13 +01:00
service
:
Fourth exercise: using handlers
2018-08-01 12:12:26 +02:00
name
:
nginx
state
:
started
# vim: set ft=yaml sw=2 et:
Reference in a new issue
Copy permalink