ansible-edda/tasks/ntp.yml

10 lines
170 B
YAML
Raw Normal View History

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