Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Update playbooks intro documentation URL #302

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lamp_simple/roles/common/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lamp_simple/roles/web/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lamp_simple_rhel7/roles/common/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -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