10 lines
278 B
YAML
10 lines
278 B
YAML
---
|
|
# ------------------------------------------------------------------------------
|
|
# FILE: roles/common/handlers/main.yml
|
|
# ------------------------------------------------------------------------------
|
|
|
|
- name: restart chrony
|
|
systemd:
|
|
name: chrony
|
|
state: restarted
|