mg
2ad3342909
chrony: Bugfix: masked ntp - client chrony: Bugfix: masked ntp - server Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#56 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
6 lines
115 B
YAML
6 lines
115 B
YAML
- name: restart_chrony
|
|
become: yes
|
|
systemd:
|
|
name: chrony
|
|
enabled: yes
|
|
state: restarted
|