aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache/handlers/main.yml
blob: 395e8024d0817cb796c8015191001ec6ad7fc616 (plain)
1
2
3
4
5
6
7
8
9
- name: restart apache
  systemd:
    name: httpd
    state: restarted

- name: reload apache
  systemd:
    name: httpd
    state: reloaded