diff --git a/lamp_simple/roles/common/handlers/main.yml b/lamp_simple/roles/common/handlers/main.yml index 2235e75..d528615 100644 --- a/lamp_simple/roles/common/handlers/main.yml +++ b/lamp_simple/roles/common/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 diff --git a/lamp_simple/roles/web/handlers/main.yml b/lamp_simple/roles/web/handlers/main.yml index 79f13f9..acb90a3 100644 --- a/lamp_simple/roles/web/handlers/main.yml +++ b/lamp_simple/roles/web/handlers/main.yml @@ -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