mg
d2f11ddd1d
Rolle neu base_timezone --> ntp_timezone Doku mgrote.set_timezone --> mgrote.ntp Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#14 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
7 lines
114 B
YAML
7 lines
114 B
YAML
---
|
|
- name: restart ntpd
|
|
become: yes
|
|
systemd:
|
|
name: ntp
|
|
enabled: yes
|
|
state: restarted
|