9 lines
288 B
YAML
9 lines
288 B
YAML
# ------------------------------------------------------------------------------
|
|
# FILE: roles/common/handlers/main.yml
|
|
# ------------------------------------------------------------------------------
|
|
|
|
- name: restart timesyncd
|
|
systemd:
|
|
name: systemd-timesyncd
|
|
state: restarted
|