mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
8 lines
165 B
YAML
8 lines
165 B
YAML
---
|
|
# Handlers for common notifications
|
|
|
|
- name: restart ntp
|
|
service: name=ntpd state=restarted
|
|
|
|
- name: restart iptables
|
|
service: name=iptables state=restarted
|