mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
commit
89b42d0871
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue