Robert Kaussow
5c6cf6764e
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
190 B
YAML
11 lines
190 B
YAML
---
|
|
- name: Restart service
|
|
systemd:
|
|
name: chronyd.service
|
|
state: restarted
|
|
daemon_reload: True
|
|
enabled: True
|
|
listen: __chrony_restart
|
|
become: True
|
|
become_user: root
|