Commit 3d855662 authored by nanahira's avatar nanahira

Merge branch 'master' of git.mycard.moe:mycard/nextgen-router

parents 462c2beb ef7086fa
......@@ -89,7 +89,7 @@
path: /etc/crontab
marker: '# {mark} MyCard NextGen Router block for ntpdate'
block: |
* * * * * root /usr/sbin/ntpdate -u {{ntp_server}} ; /usr/sbin/hwclock -w
* * * * * root /usr/sbin/ntpdate -u {{ntp_server}} ; /sbin/hwclock -w
handlers:
- name: restart_dnsmasq
docker_compose:
......
......@@ -26,7 +26,7 @@
path: /etc/crontab
marker: '# {mark} MyCard NextGen Router block for ntpdate'
block: |
* * * * * root /usr/sbin/ntpdate -u {{ntp_server}} ; /usr/sbin/hwclock -w
* * * * * root /usr/sbin/ntpdate -u {{ntp_server}} ; /sbin/hwclock -w
handlers:
- name: restart_pxe_nginx
docker_compose:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment