Skip to content

Commit 2f582b8

Browse files
committedOct 14, 2024
fix ntp
1 parent b147350 commit 2f582b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/ntp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
apt:
99
name: systemd-timesyncd
1010
state: present
11-
update_cache: yes
11+
update_cache: no
1212

1313
- name: Configure timesyncd to use the router's NTP server
1414
shell: sed -i '/^NTP=/c\NTP=10.0.0.1' /etc/systemd/timesyncd.conf

0 commit comments

Comments
 (0)
Please sign in to comment.