aboutsummaryrefslogtreecommitdiffstats
path: root/roles/znc/handlers/main.yml
blob: 219cb4309745ea8cdd0e192e6f65f26cc90c394d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: restart saslauthd
  systemd:
    name: saslauthd
    state: restarted

- name: reload znc
  command: pkill -HUP znc
  failed_when: no

- name: restart znc
  systemd:
    name: znc
    state: restarted