From ed1bedff8275b7b3f3149f2e22a6c9ef07df1a51 Mon Sep 17 00:00:00 2001 From: Alexey Ivanov Date: Thu, 4 Nov 2021 16:37:06 -0700 Subject: [PATCH] Update playbooks intro documentation URL --- lamp_simple/roles/common/handlers/main.yml | 2 +- lamp_simple/roles/web/handlers/main.yml | 2 +- lamp_simple_rhel7/roles/common/handlers/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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