# file: roles/httpd/handlers/main.yml
---

- name: restart httpd
  service: name=httpd state=restarted