Merge pull request #95 from mkonecny/master

Fix broken URL in comments
This commit is contained in:
Tim Gerla 2015-01-12 11:29:55 -08:00
commit 89b42d0871
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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