summaryrefslogtreecommitdiff
path: root/roles/core/ntp/handlers/main.yml
blob: fa1274e81391235e3ebf147075be904505d9c027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- name: restart chrony
  service:
    name: chrony
    state: restarted

- name: restart systemd-timesyncd
  service:
    name: systemd-timesyncd
    state: restarted

- name: restart openntpd
  service:
    name: openntpd
    state: restarted

- name: restart ntpd
  service:
    name: ntpd
    state: restarted