diff --git a/lamp_simple/roles/common/handlers/main.yml b/lamp_simple/roles/common/handlers/main.yml index 89e2374fe..8e8d0e3b0 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://docs.ansible.com/playbooks_intro.html for more information about handlers. +# See https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html for more information about handlers. - name: restart ntp service: diff --git a/lamp_simple/roles/web/handlers/main.yml b/lamp_simple/roles/web/handlers/main.yml index 52ef3c90d..3b2de0a0a 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://docs.ansible.com/playbooks_intro.html for more information about handlers. +# See https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html for more information about handlers. - name: restart iptables service: diff --git a/lamp_simple_rhel7/roles/common/handlers/main.yml b/lamp_simple_rhel7/roles/common/handlers/main.yml index 007bd67f0..616a3d104 100644 --- a/lamp_simple_rhel7/roles/common/handlers/main.yml +++ b/lamp_simple_rhel7/roles/common/handlers/main.yml @@ -1,6 +1,6 @@ --- # Handler to handle common notifications. Handlers are called by other plays. -# See http://docs.ansible.com/playbooks_intro.html for more information about handlers. +# See https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html for more information about handlers. - name: restart ntp service: name=ntpd state=restarted