6 lines
89 B
YAML
6 lines
89 B
YAML
---
|
|
- name: Restart chronyd
|
|
systemd:
|
|
name: chrony.service
|
|
state: restarted
|
|
...
|