We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b147350 commit 2f582b8Copy full SHA for 2f582b8
ansible/playbooks/ntp.yml
@@ -8,7 +8,7 @@
8
apt:
9
name: systemd-timesyncd
10
state: present
11
- update_cache: yes
+ update_cache: no
12
13
- name: Configure timesyncd to use the router's NTP server
14
shell: sed -i '/^NTP=/c\NTP=10.0.0.1' /etc/systemd/timesyncd.conf
0 commit comments