Skip to content
Snippets Groups Projects
Commit a0bc72f5 authored by nimrod's avatar nimrod
Browse files

fixup! Ansible: Add a clock sync to OpenWRT hosts in the update playbook.

parent ce462f32
No related branches found
No related tags found
No related merge requests found
Pipeline #3860 waiting for manual action
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
# validation during downloads fails. # validation during downloads fails.
- name: Sync clock - name: Sync clock
command: ntpd -n -q -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org command: ntpd -n -q -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org
changed_when: false
- name: Update package list - name: Update package list
command: opkg update command: opkg update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment