Files
homelab/ansible/roles/common/handlers/main.yml

9 lines
288 B
YAML

# ------------------------------------------------------------------------------
# FILE: roles/common/handlers/main.yml
# ------------------------------------------------------------------------------
- name: restart timesyncd
systemd:
name: systemd-timesyncd
state: restarted