ansible-edda/playbooks/tasks/hosts/ntp.yml

10 lines
164 B
YAML
Raw Normal View History

2022-09-11 20:55:30 +02:00
- name: Install systemd-timesyncd
apt:
name: systemd-timesyncd
- name: Enable NTP
2022-09-11 20:55:30 +02:00
systemd:
name: systemd-timesyncd
enabled: yes
state: started