Skip to content

Commit 5023730

Browse files
committed
Fix broken URL in comments
1 parent 52ef6a5 commit 5023730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lamp_simple/roles/common/handlers/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Handler to handle common notifications. Handlers are called by other plays.
3-
# See http://ansible.cc/docs/playbooks.html for more information about handlers.
3+
# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.
44

55
- name: restart ntp
66
service: name=ntpd state=restarted
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Handler for the webtier: handlers are called by other plays.
3-
# See http://ansible.cc/docs/playbooks.html for more information about handlers.
3+
# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.
44

55
- name: restart iptables
66
service: name=iptables state=restarted

0 commit comments

Comments
 (0)