7 lines
90 B
YAML
7 lines
90 B
YAML
|
---
|
||
|
- name: Restart chronyd
|
||
|
systemd:
|
||
|
name: chronyd.service
|
||
|
state: restarted
|
||
|
...
|