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

- name: restart sssd
  systemd:
    name: sssd
    state: restarted

- name: restart rsyslog
  systemd:
    name: rsyslog
    state: restarted