Merge pull request #95 from mkonecny/master

Fix broken URL in comments
pull/63/head
Tim Gerla 9 years ago
commit 89b42d0871
  1. 2
      lamp_simple/roles/common/handlers/main.yml
  2. 2
      lamp_simple/roles/web/handlers/main.yml

@ -1,6 +1,6 @@
---
# Handler to handle common notifications. Handlers are called by other plays.
# 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.
- name: restart ntp
service: name=ntpd state=restarted

@ -1,6 +1,6 @@
---
# Handler for the webtier: handlers are called by other plays.
# 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.
- name: restart iptables
service: name=iptables state=restarted