We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ef6a5 commit 5023730Copy full SHA for 5023730
lamp_simple/roles/common/handlers/main.yml
@@ -1,6 +1,6 @@
1
---
2
# Handler to handle common notifications. Handlers are called by other plays.
3
-# See http://ansible.cc/docs/playbooks.html for more information about handlers.
+# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.
4
5
- name: restart ntp
6
service: name=ntpd state=restarted
lamp_simple/roles/web/handlers/main.yml
# Handler for the webtier: handlers are called by other plays.
- name: restart iptables
service: name=iptables state=restarted
0 commit comments